Skip to content

Commit

Permalink
fix version bumping token (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloePlanet committed Oct 20, 2020
1 parent dc13063 commit d058964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.19.0
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
WITH_V: true

0 comments on commit d058964

Please sign in to comment.