mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
CI: set token for downloading dist repo
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
||||
repository: SukkaLab/ruleset.skk.moe
|
||||
persist-credentials: false
|
||||
path: previous-build-${{ github.run_id }}-${{ github.run_number }}
|
||||
token: ${{ secrets.GIT_TOKEN }}
|
||||
- name: Setup build folder
|
||||
run: |
|
||||
mv previous-build-${{ github.run_id }}-${{ github.run_number }}/{.,}* ${{ steps.ramdisk.outputs.build_dir }}/
|
||||
|
||||
Reference in New Issue
Block a user