updated .env with correct value

This commit is contained in:
Philip Ellis
2024-01-25 08:23:54 -06:00
parent 1cb18f17da
commit ea45d522e9

View File

@@ -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 ../../