Skip to content

Commit 355b94e

Browse files
committed
Fix GH_TOKEN
1 parent 395e7be commit 355b94e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/automaticBuildingWin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ jobs:
119119
prerelease: false
120120
token: ${{ secrets.GITHUB_TOKEN }}
121121
env:
122+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122124
VERSION: ${{ steps.get-tag.outputs.VERSION }}

0 commit comments

Comments
 (0)