Skip to content

Commit 8e2b2e3

Browse files
committed
[CI/Build] Use ADMIN_TOKEN in release workflow
1 parent 9e86b85 commit 8e2b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
39-
token: ${{ secrets.GITHUB_TOKEN }}
39+
token: ${{ secrets.ADMIN_TOKEN }}
4040

4141
- name: Configure Git
4242
run: |

0 commit comments

Comments
 (0)