Skip to content

Commit e8c8394

Browse files
committed
[ci] Use GITHUB_TOKEN instead of a custom one
1 parent 0426759 commit e8c8394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: github.ref_type == 'tag'
6868
run: .ci/deploy-docs.sh
6969
env:
70-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
70+
GH_TOKEN: ${{ github.token }}
7171
REVISION: ${{ github.sha }}
7272
- name: Archive artifacts
7373
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)