Skip to content

Commit 74f5691

Browse files
committed
chore(github-action): use PAT for release-please
``` You will want to configure a GitHub Actions secret with a Personal Access Token if you want GitHub Actions CI checks to run on Release Please PRs. ```
1 parent b2e4bae commit 74f5691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- uses: googleapis/release-please-action@v4
1313
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)