mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
CI: do not use token when downloading previous dist [skip ci]
This commit is contained in:
parent
daf80a4291
commit
f4c16f9d7c
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -42,7 +42,6 @@ jobs:
|
||||
filter: "tree:0" # we don't care about git history here
|
||||
fetch-tags: false
|
||||
path: ${{ steps.ramdisk.outputs.build_dir }}
|
||||
token: ${{ secrets.GIT_TOKEN }}
|
||||
- name: Setup build folder
|
||||
run: |
|
||||
if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user