Skip to content

Commit 6f0581d

Browse files
committed
feat: add release token to release-please action in python.yml
1 parent de11000 commit 6f0581d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
steps:
118118
- uses: googleapis/release-please-action@v4
119119
id: release
120+
with:
121+
token: ${{ secrets.RELEASE_TOKEN }}
120122

121123
publish:
122124
name: Publish to PyPI

0 commit comments

Comments
 (0)