Skip to content

Commit 82dff13

Browse files
author
deepin-admin-bot
committed
sync by github workflow Log: none Influence: none
1 parent b5c0052 commit 82dff13

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.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-chatOps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ on:
66
jobs:
77
chatopt:
88
uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master
9-
secrets:
10-
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
9+
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)