Skip to content

Commit

Permalink
ci(release-please): replace token (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Sep 22, 2021
1 parent cadc0af commit aa5d116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: google-github-actions/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
package-name: blurhash-loader
release-type: node
- uses: actions/checkout@v2
Expand Down

1 comment on commit aa5d116

@vercel
Copy link

@vercel vercel bot commented on aa5d116 Sep 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.