Skip to content

Commit 02ae144

Browse files
authored
Update resolve-version.yml
1 parent b01a7a8 commit 02ae144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/resolve-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
if: env.DIFF_VERSION == '1' && env.PROJECT_VERSION != env.SNAPSHOT_VERSION
6363
uses: devops-infra/action-commit-push@v0.9.2
6464
with:
65-
github_token: ${{ secrets.GH_TOKEN || github.token }}
65+
github_token: ${{ secrets.GH_TOKEN }}
6666
commit_message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
6767
target_branch: master

0 commit comments

Comments
 (0)