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

Commit 1be1e2c

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
secrets:
77
PAT:
88
required: false
9-
github_token:
10-
required: false
119

1210
jobs:
1311
CreateRelease:
@@ -22,7 +20,7 @@ jobs:
2220
id: tag_version
2321
uses: mathieudutour/github-tag-action@v6.0
2422
with:
25-
github_token: ${{ secrets.github_token }}
23+
github_token: ${{ secrets.PAT }}
2624
tag_prefix: "v"
2725
dry_run: true
2826
default_bump: false

0 commit comments

Comments
 (0)