Skip to content

Commit

Permalink
Update generate_postman_collection.yml
Browse files Browse the repository at this point in the history
getting it to run again
  • Loading branch information
Eclairemoy authored Nov 21, 2024
1 parent 06811d8 commit 1d4e747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_postman_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
touch .env
echo POSTMAN_API_KEY=${{ secrets.POSTMAN_API_KEY }} >> .env
echo POSTMAN_WORKSPACE_ID=${{ secrets.POSTMAN_WORKSPACE_ID }} >> .env
echo ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true >> .env
- run: npm install
- name: Changed Files
id: changed-files
Expand Down

0 comments on commit 1d4e747

Please sign in to comment.