diff --git a/workflow-templates/backup-to-gitlab.yml b/workflow-templates/backup-to-gitlab.yml index 9863040fd..c17633593 100644 --- a/workflow-templates/backup-to-gitlab.yml +++ b/workflow-templates/backup-to-gitlab.yml @@ -8,8 +8,10 @@ concurrency: jobs: backup-to-gitlabwh: uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master - secrets: inherit + secrets: + BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }} backup-to-gitee: uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master - secrets: inherit + secrets: + GITEE_SYNC_TOKEN: ${{ secrets.GITEE_SYNC_TOKEN }}