Skip to content

Commit dc03cb5

Browse files
committed
fix: pass token to action
Signed-off-by: jmeridth <[email protected]>
1 parent 5e0322a commit dc03cb5

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)