mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
CI: set token for downloading dist repo
This commit is contained in:
parent
281fc94b4a
commit
762aefbdeb
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
repository: SukkaLab/ruleset.skk.moe
|
repository: SukkaLab/ruleset.skk.moe
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
path: previous-build-${{ github.run_id }}-${{ github.run_number }}
|
path: previous-build-${{ github.run_id }}-${{ github.run_number }}
|
||||||
|
token: ${{ secrets.GIT_TOKEN }}
|
||||||
- name: Setup build folder
|
- name: Setup build folder
|
||||||
run: |
|
run: |
|
||||||
mv previous-build-${{ github.run_id }}-${{ github.run_number }}/{.,}* ${{ steps.ramdisk.outputs.build_dir }}/
|
mv previous-build-${{ github.run_id }}-${{ github.run_number }}/{.,}* ${{ steps.ramdisk.outputs.build_dir }}/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user