Skip to content

Commit d0ac119

Browse files
chore(TECHOPS-19100): switch to public worfklow tokens (#11)
* use public workflow token in release-please pipeline
1 parent 552bde8 commit d0ac119

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
additional_unqualified_tags: true
2626
extra_tags: stable
2727
secrets:
28-
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
permissions:
30-
contents: write
31-
pull-requests: write
28+
RELEASE_TOKEN: ${{ secrets.PUBLIC_RELEASES_TOKEN }}
29+
RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
30+
RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
3231

3332
pypi-publish:
3433
name: Publish to PyPI

0 commit comments

Comments
 (0)