Skip to content

Commit

Permalink
fix deploy issue env vars incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 19, 2023
1 parent 4a13aab commit 351d86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
env:
LOCALES: "en"
EN_OAS3_REPO: "https://github.com/box/box-openapi.git#jp"
PRIVATE_EN_POSTMAN_COLLECTION_ID: "8119550-1ca6cb64-7560-4f24-a2b5-89ba095b1c17"
PUBLIC_EN_POSTMAN_COLLECTION_ID: "8119550-373aba62-5af5-459b-b9a4-e9db77f947a5"
PRIVATE_EN_POSTMAN_COLLECTION_ADVANCED_ID: "8119550-1ca6cb64-7560-4f24-a2b5-89ba095b1c17"
PUBLIC_EN_POSTMAN_COLLECTION_ADVANCED_ID: "8119550-373aba62-5af5-459b-b9a4-e9db77f947a5"
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}

strategy:
Expand Down

0 comments on commit 351d86d

Please sign in to comment.