mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Create sync-collections.yml
This commit is contained in:
26
.github/workflows/sync-collections.yml
vendored
Normal file
26
.github/workflows/sync-collections.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Update all collections on Postman
|
||||
|
||||
name: "Sync Postman collections"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
update-collections:
|
||||
name: "Update Checkout"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: update-checkout
|
||||
uses: gcatanese/push-to-postman-action@main
|
||||
with:
|
||||
goal: update
|
||||
postman-key: ${{ secrets.POSTMAN_API_KEY }}
|
||||
postman-file: 'postman/CheckoutService-v71.json'
|
||||
collection-id: '8426282-04caed9f-44a4-49a1-a803-ccd4f08bbbcb'
|
||||
- name: update-balance-control
|
||||
uses: gcatanese/push-to-postman-action@main
|
||||
with:
|
||||
goal: update
|
||||
postman-key: ${{ secrets.POSTMAN_API_KEY }}
|
||||
postman-file: 'postman/BalanceControlService-v1.json'
|
||||
collection-id: '8426282-04caed9f-44a4-49a1-a803-ccd4f08bbbcb'
|
||||
Reference in New Issue
Block a user