From 3aefacb4e758be63a945112464b4ad9b5d18d67d Mon Sep 17 00:00:00 2001 From: anupamme Date: Thu, 20 Aug 2026 07:38:32 +0000 Subject: [PATCH] fix: yaml.github-actions.security.secrets-inherit.secrets-inherit security vulnerability Automated security fix generated by OrbisAI Security --- workflow-templates/backup-to-gitlab.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }}