Skip to content

Commit 552c6cf

Browse files
authored
fix(ci): use right token
1 parent 1544378 commit 552c6cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-monthly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v6
3838
with:
39-
token: ${{ secrets.GIT_TOKEN }}
39+
token: ${{ secrets.BACKEND_RELEASE_TOKEN }}
4040
ref: ${{ inputs.branch || 'master' }}
4141
fetch-depth: 0
4242

0 commit comments

Comments
 (0)