Skip to content

Commit 317969b

Browse files
author
deepin-admin-bot
committed
sync by github workflow Log: none Influence: none
1 parent cdfd6aa commit 317969b

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/backup-to-gitlab.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ concurrency:
88
jobs:
99
backup-to-gitlabwh:
1010
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
11-
secrets:
12-
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
11+
secrets: inherit
1312

1413
backup-to-gitee:
1514
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
16-
secrets:
17-
GITEE_SYNC_TOKEN: ${{ secrets.GITEE_SYNC_TOKEN }}
15+
secrets: inherit

.github/workflows/call-build-distribution.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ on:
1010
jobs:
1111
check_job:
1212
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
13-
secrets:
14-
BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
15-
BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
16-
WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }}
17-
WEBDAV_USER: ${{ secrets.WEBDAV_USER }}
13+
secrets: inherit

.github/workflows/call-clacheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ concurrency:
1212
jobs:
1313
clacheck:
1414
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
15-
secrets:
16-
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
15+
secrets: inherit

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: export
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
persist-credentials: false

0 commit comments

Comments
 (0)