mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
updated .env with correct value
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
npm install -g openapi-to-postmanv2
|
||||
- name: Dereference API Specification and build Postman collection
|
||||
run: |
|
||||
echo "${{ secrets.POSTMAN_API_KEY }}" > .env
|
||||
echo POSTMAN_API_KEY="${{ secrets.POSTMAN_API_KEY }}" > .env
|
||||
cd postman-script/updateByFolder
|
||||
npm ci
|
||||
cd ../../
|
||||
|
||||
Reference in New Issue
Block a user