Skip to content

Commit 0177ad9

Browse files
authored
chore(ci): Changing release-please token from GITHUB_TOKEN to CI_PAT (#608)
1 parent 5c48659 commit 0177ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: googleapis/release-please-action@v4.4.0
1616
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.CI_PAT }}

0 commit comments

Comments
 (0)