Skip to content

Commit

Permalink
Merge pull request #42 from akhanf/bumpversion-workflow
Browse files Browse the repository at this point in the history
fix bumpversion workflow
  • Loading branch information
akhanf authored Apr 15, 2021
2 parents cfd0d61 + 40efc9a commit 9ffc003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Bump version and push tag
uses: jaumann/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
tags: true

0 comments on commit 9ffc003

Please sign in to comment.