Skip to content

Commit

Permalink
chore(workflows): Use special token in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch authored Dec 20, 2024
1 parent ef21edb commit cae49ae
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 @@ -17,7 +17,7 @@ jobs:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
# optional. customize path to .release-please-config.json
config-file: .release-please-config.json
# Currently releases are done "from main" to have a stable branch
Expand Down

0 comments on commit cae49ae

Please sign in to comment.