Skip to content

Commit

Permalink
fix: update release-token (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed May 24, 2024
1 parent 701f681 commit 51f187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TRAP_RELEASE_TOKEN }}
config-file: .github/.release-please-config.json
manifest-file: resources/version.json
target-branch: master
Expand Down

0 comments on commit 51f187b

Please sign in to comment.