Skip to content

Commit

Permalink
ci: use admin personal access token to automate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Nov 3, 2021
1 parent a24b330 commit fd76315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ADMIN_PAT }}

0 comments on commit fd76315

Please sign in to comment.