Skip to content

Commit

Permalink
Inherit secrets in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Jul 3, 2023
1 parent 4c4a273 commit 7a48a5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run test
with:
BASE_URL: ${{ secrets.BASE_URL }}
API_USERNAME: ${{ secrets.API_USERNAME }}
API_PASSWORD: ${{ secrets.API_PASSWORD }}
API_ACCOUNT_NUMBER: ${{ secrets.API_ACCOUNT_NUMBER }}
- run: npm run build

0 comments on commit 7a48a5a

Please sign in to comment.