Skip to content

Commit

Permalink
Merge pull request #3 from cipherstash/changesets
Browse files Browse the repository at this point in the history
fix(ci): add github token
  • Loading branch information
calvinbrewer authored Nov 16, 2024
2 parents 6e4503e + 80dca08 commit fa285f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
with:
publish: bun release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa285f3

Please sign in to comment.