Skip to content

Commit

Permalink
add token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzn committed Apr 14, 2021
1 parent 14d66f7 commit c141745
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: "1. Clone repository"
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: '1'

- name: "2. Set up Python 3.8"
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
with:
commit_message: Release ${{ steps.bump_dry.outputs.new_tag }}
branch: master
push_options: --force
commit_user_name: Unit8 Bot
commit_user_email: [email protected]

Expand Down

0 comments on commit c141745

Please sign in to comment.