Skip to content

Commit

Permalink
fix: update release workflow to use RELEASE_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Jul 17, 2024
1 parent 9bdf6c3 commit c7a6cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
package-name: "init-beatsaber"
release-type: node

Expand Down

0 comments on commit c7a6cad

Please sign in to comment.