Skip to content

Commit

Permalink
Merge pull request #1489 from python-gitlab/chore/release-action-gh-t…
Browse files Browse the repository at this point in the history
…oken

chore(ci): use PAT for release workflow
  • Loading branch information
nejch committed Jun 9, 2021
2 parents 093db9d + d175d41 commit 161bb0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 161bb0b

Please sign in to comment.