Skip to content

Commit 1bd0955

Browse files
authored
ci: add release-please token to release-please.yml (#228)
This should enable the CI tests to run on release-please generated pull requests. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the automated release process to use secure token authentication, ensuring smoother and more reliable releases. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 46904fd commit 1bd0955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
id: release
1616
with:
1717
release-type: python
18+
token: ${{ secrets.RELEASE_PLEASE_PR_CI_TOKEN }}
1819

1920
publish:
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)