Skip to content

Commit

Permalink
FIX: Add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Nov 18, 2023
1 parent aa28a69 commit 7e498d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: npm test
env:
APICORE_BASE_URL: ${{ secrets.APICORE_BASE_URL }}
APICORE_UAT_URL: ${{ secrets.APICORE_UAT_URL }}
APICORE_PROD_URL: ${{ secrets.APICORE_PROD_URL }}
APICORE_API_KEY: ${{ secrets.APICORE_API_KEY }}
APICORE_CLIENT_ID: ${{ secrets.APICORE_CLIENT_ID }}
APICORE_CLIENT_SECRET: ${{ secrets.APICORE_CLIENT_SECRET }}
Expand Down

0 comments on commit 7e498d2

Please sign in to comment.