Skip to content

Commit

Permalink
test postman action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaafar authored Aug 28, 2024
1 parent c341e3d commit a1aa4a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/postman-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
run: |
curl --location --request PUT 'https://api.getpostman.com/collections/3c63c178-1b4a-4c1a-a813-c2351307e0d1' \
--header 'X-Api-Key: ${{ secrets.POSTMAN_API_KEY }}' \
--header 'Content-Type: application/json' \
--data postman/v1/whatsapp-flows-api.postman_collection.json
-F 'collection=@postman/v1/whatsapp-flows-api.postman_collection.json;type=application/json'
env:
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}

0 comments on commit a1aa4a6

Please sign in to comment.