Skip to content

Commit 49b2b37

Browse files
authored
disable custom token for build linux
1 parent 8dae43b commit 49b2b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
submodules: recursive
24-
token: ${{ secrets.PAT_GITHUB_ACTIONS }}
24+
#token: ${{ secrets.PAT_GITHUB_ACTIONS }}
2525
lfs: true
2626
- name: Archive
2727
run: |

0 commit comments

Comments
 (0)