Skip to content

Commit

Permalink
Update token secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikremniou committed Dec 15, 2023
1 parent 2dcc996 commit 1810304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Bump and Tag
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
id: bump_version

0 comments on commit 1810304

Please sign in to comment.