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
|
npm install -g openapi-to-postmanv2
|
||||||
- name: Dereference API Specification and build Postman collection
|
- name: Dereference API Specification and build Postman collection
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.POSTMAN_API_KEY }}" > .env
|
echo POSTMAN_API_KEY="${{ secrets.POSTMAN_API_KEY }}" > .env
|
||||||
cd postman-script/updateByFolder
|
cd postman-script/updateByFolder
|
||||||
npm ci
|
npm ci
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|||||||
Reference in New Issue
Block a user