Skip to content

Commit

Permalink
build(release): change release to use custom token
Browse files Browse the repository at this point in the history
add a new secret to the repo with admin priviledge, so it can bypass the status checks
  • Loading branch information
taylor-cedar committed Jul 15, 2021
1 parent 4e2f2bc commit b634960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Python Semantic Release
uses: cedar-team/python-semantic-release@debugging
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit b634960

Please sign in to comment.