Skip to content

Commit 161bb0b

Browse files
authored
Merge pull request #1489 from python-gitlab/chore/release-action-gh-token
chore(ci): use PAT for release workflow
2 parents 093db9d + d175d41 commit 161bb0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1516
- name: Python Semantic Release
1617
uses: relekang/python-semantic-release@master
1718
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1920
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)