Skip to content

Commit 1d4e747

Browse files
authored
Update generate_postman_collection.yml
getting it to run again
1 parent 06811d8 commit 1d4e747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate_postman_collection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
touch .env
2121
echo POSTMAN_API_KEY=${{ secrets.POSTMAN_API_KEY }} >> .env
2222
echo POSTMAN_WORKSPACE_ID=${{ secrets.POSTMAN_WORKSPACE_ID }} >> .env
23+
echo ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true >> .env
2324
- run: npm install
2425
- name: Changed Files
2526
id: changed-files

0 commit comments

Comments
 (0)