Skip to content

Commit

Permalink
fix: shipjs trigger NPM_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 18, 2021
1 parent 24a8dea commit cbbed11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
check-latest: true
cache: 'npm'
env:
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Trigger automated release 🥳
run: npx shipjs trigger
Expand Down

0 comments on commit cbbed11

Please sign in to comment.