sync by github workflow

Log: none
Influence: none
This commit is contained in:
deepin-admin-bot 2023-07-10 06:12:08 +00:00
parent 4331fb8267
commit 0c5f4347f5
4 changed files with 5 additions and 12 deletions

View File

@ -8,10 +8,8 @@ concurrency:
jobs: jobs:
backup-to-gitlabwh: backup-to-gitlabwh:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
secrets: secrets: inherit
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
backup-to-gitee: backup-to-gitee:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
secrets: secrets: inherit
GITEE_SYNC_TOKEN: ${{ secrets.GITEE_SYNC_TOKEN }}

View File

@ -10,8 +10,4 @@ on:
jobs: jobs:
check_job: check_job:
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
secrets: secrets: inherit
BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }}
WEBDAV_USER: ${{ secrets.WEBDAV_USER }}

View File

@ -12,5 +12,4 @@ concurrency:
jobs: jobs:
clacheck: clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
secrets: secrets: inherit
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: export - run: export
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false persist-credentials: false