Skip to content

Commit 0ae7976

Browse files
authored
ci: Using release specific PAT to allow running workflows (#115)
1 parent 44be3a6 commit 0ae7976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/please-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
3131
with:
3232
target-branch: ${{ github.ref_name }}
33-
token: ${{ secrets.GITHUB_TOKEN }}
33+
token: ${{ secrets.RELEASE_TOKEN }}
3434
skip-github-release: true

0 commit comments

Comments
 (0)