Skip to content

Commit

Permalink
ci: add release-please token to fix stalled releases (#155)
Browse files Browse the repository at this point in the history
This adds the release-please token to the release workflow to fix an
issue that occurred in #154

Looks like release-please is able to create a release PR, but not able
to start workflows using the default `GITHUB_TOKEN`.

- googleapis/release-please-action#818
- https://github.com/marketplace/actions/release-please-action
- peter-evans/create-pull-request#48
  • Loading branch information
mikavilpas authored Jul 3, 2024
1 parent 2fc4679 commit c53581c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }}

0 comments on commit c53581c

Please sign in to comment.