Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit adf47a0

Browse files
authored
Update on-push-create-release.yml
1 parent 18bd5cf commit adf47a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-push-create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
secrets:
77
PAT:
88
required: false
9-
GITHUB_TOKEN:
9+
github_token:
1010
required: false
1111

1212
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
id: tag_version
2323
uses: mathieudutour/github-tag-action@v6.0
2424
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.github_token }}
2626
tag_prefix: "v"
2727
dry_run: true
2828
default_bump: false

0 commit comments

Comments
 (0)