Skip to content

Commit

Permalink
chore: update token variable name for release please flow (#242)
Browse files Browse the repository at this point in the history
update token var name
  • Loading branch information
sloloris authored Dec 9, 2024
1 parent 3cdd2f2 commit a7ec587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }}
release-type: go
skip-github-release: true

0 comments on commit a7ec587

Please sign in to comment.