Skip to content

Commit

Permalink
Add env vars for testing to publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCB authored Aug 1, 2020
1 parent d99d25c commit fb968a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
node-version: 12
- run: npm ci
- run: npm test
env:
MNOTIFY_RECEIVER_ID: ${{ secrets.MNOTIFY_RECEIVER_ID }}
MEMCACHIER_USERNAME: ${{ secrets.MEMCACHIER_USERNAME }}
MEMCACHIER_SERVERS: ${{ secrets.MEMCACHIER_SERVERS }}
MEMCACHIER_PASSWORD: ${{ secrets.MEMCACHIER_PASSWORD }}

publish-npm:
needs: build
Expand Down

0 comments on commit fb968a4

Please sign in to comment.