Skip to content

Commit

Permalink
ci: use PAT instead of GITHUB_TOKEN (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Feb 13, 2025
1 parent 6181fe0 commit 53a48ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Publish

on:
release:
types: [published]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
release-type: python
versioning-strategy: always-bump-patch
default-branch: ${{ github.ref_name }}
token: ${{ secrets.GH_RELEASE_PAT }}
1 change: 1 addition & 0 deletions .github/workflows/release.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
release-type: python
versioning-strategy: always-bump-minor
default-branch: ${{ github.ref_name }}
token: ${{ secrets.GH_RELEASE_PAT }}

0 comments on commit 53a48ef

Please sign in to comment.