Skip to content

Commit

Permalink
build(release): add token to checkout step
Browse files Browse the repository at this point in the history
add build token to checkout step to allow push permissions on github
  • Loading branch information
taylor-cedar committed Jul 15, 2021
1 parent b634960 commit fd76b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}

- name: Python Semantic Release
uses: cedar-team/python-semantic-release@debugging
Expand Down

0 comments on commit fd76b0c

Please sign in to comment.