Skip to content

Commit f936218

Browse files
committed
[CI/Build] Use ADMIN_TOKEN in release workflow
Signed-off-by: Junwei Zhou <[email protected]>
1 parent 9e86b85 commit f936218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduled-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
runs-on: ubuntu-latest
2929
permissions:
3030
contents: write
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
3133
outputs:
3234
new_version: ${{ steps.bump-version.outputs.new_version }}
3335
current_version: ${{ steps.bump-version.outputs.current_version }}

0 commit comments

Comments
 (0)