Skip to content

Commit

Permalink
ci(workflows): add yarn env variables to check job
Browse files Browse the repository at this point in the history
in `repo-integrity` workflow
  • Loading branch information
unicornware committed Sep 4, 2021
1 parent 28609e6 commit 572de6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/repo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ on:
jobs:
check:
runs-on: ubuntu-latest
env:
NPM_TOKEN_FLDV: ${{ secrets.NPM_TOKEN_FLDV }}
PAT_GPR_FLDV: ${{ secrets.PAT_GPR_FLDV }}
strategy:
matrix:
node: ['15', '16']
Expand Down

0 comments on commit 572de6b

Please sign in to comment.