Skip to content

Commit bc9c9d0

Browse files
authored
fix token for release
1 parent dd1fccb commit bc9c9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
needs: [publish]
432432
runs-on: windows-latest
433433
env:
434-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
434+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
435435
steps:
436436
-
437437
name: Checkout

0 commit comments

Comments
 (0)