Skip to content

Commit acecffb

Browse files
committed
refactor: use PAT instead of token
1 parent e51140f commit acecffb

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: googleapis/release-please-action@v4
2222
id: release
2323
with:
24-
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
24+
token: ${{ secrets.PAT }}
2525
release-type: python
2626
- uses: actions/checkout@v4
2727
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)