Skip to content

Commit

Permalink
Update lint-with-postman-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross authored Jul 19, 2023
1 parent a5dc9b7 commit a066bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-with-postman-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh
- name: Login to Postman CLI
run: postman login # --with-api-key ${{ secrets.POSTMAN_API_KEY }}
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API linting
run: |
# Lint your API using Postman CLI
Expand Down

0 comments on commit a066bd5

Please sign in to comment.