Skip to content

Commit 8165927

Browse files
authored
Merge pull request #299 from github/jm_major_tag_perms
fix: pass token to action
2 parents 5e0322a + dc03cb5 commit 8165927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/major-version-updater.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: actions/publish-action@8a4b4f687b72f481b8a241ef71f38857239698fc
2323
with:
2424
source-tag: ${{ env.TAG_NAME }}
25+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)