Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Add GITHUB_TOKEN for publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jan 18, 2024
1 parent 00f3c4b commit b22c153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
- name: Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: ./release.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b22c153

Please sign in to comment.