Skip to content

Commit 53458f8

Browse files
committed
ci: use PAT instead of GITHUB_TOKEN to get push permissions on master
1 parent e3b6f2f commit 53458f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Python Semantic Release
4747
uses: relekang/python-semantic-release@master
4848
with:
49-
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
github_token: ${{ secrets.PAT }}
5050
repository_username: ${{ secrets.PYPI_USERNAME }}
5151
repository_password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)