Skip to content

Commit

Permalink
fix: gh_token (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 authored Jan 1, 2024
1 parent d95a5e7 commit 1202c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
with:
working_directory: ./use-react-workers
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion use-react-workers/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
`use-react-workers` Reacts hooks for Web Workers
use-react-workers Reacts hooks for Web Workers
</h1>

## 🎨 Features
Expand Down

0 comments on commit 1202c20

Please sign in to comment.