mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-02 15:30:26 +08:00
更新工作流配置
This commit is contained in:
5
.github/workflows/auto-sync.yml
vendored
5
.github/workflows/auto-sync.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
||||
gitee_user: ${{ secrets.GITEE_USER }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: sync to gitee
|
||||
uses: Yikun/hub-mirror-action@master
|
||||
if: env.dst_key && env.dst_token && env.gitee_user
|
||||
@@ -20,4 +23,4 @@ jobs:
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
static_list: "LinuxMirrors"
|
||||
force_update: true
|
||||
force_update: true
|
||||
Reference in New Issue
Block a user