Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glennfaison authored May 9, 2020
1 parent 83b8468 commit f2469a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
PROVIDER_CALLBACK_HOST: ${{secrets.PROVIDER_CALLBACK_HOST}}
TARGET_ENVIRONMENT: ${{secrets.TARGET_ENVIRONMENT}}
COLLECTIONS_PRIMARY_KEY: ${{secrets.COLLECTIONS_PRIMARY_KEY}}
COLLECTIONS_SECONDARY_KEY: ${{secrets.COLLECTIONS_SECONDARY_KEY}}
DISBURSEMENTS_PRIMARY_KEY: ${{secrets.DISBURSEMENTS_PRIMARY_KEY}}
DISBURSEMENTS_SECONDARY_KEY: ${{secrets.DISBURSEMENTS_SECONDARY_KEY}}
REMITTANCES_PRIMARY_KEY: ${{secrets.REMITTANCES_PRIMARY_KEY}}
REMITTANCES_SECONDARY_KEY: ${{secrets.REMITTANCES_SECONDARY_KEY}}

0 comments on commit f2469a0

Please sign in to comment.