forked from mirrors/gio-qt
chore: Sync by 559e91167d
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
4331fb8267
commit
0c5f4347f5
4 changed files with 5 additions and 12 deletions
6
.github/workflows/backup-to-gitlab.yml
vendored
6
.github/workflows/backup-to-gitlab.yml
vendored
|
@ -8,10 +8,8 @@ concurrency:
|
|||
jobs:
|
||||
backup-to-gitlabwh:
|
||||
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
|
||||
secrets:
|
||||
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
|
||||
secrets: inherit
|
||||
|
||||
backup-to-gitee:
|
||||
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
|
||||
secrets:
|
||||
GITEE_SYNC_TOKEN: ${{ secrets.GITEE_SYNC_TOKEN }}
|
||||
secrets: inherit
|
||||
|
|
|
@ -10,8 +10,4 @@ on:
|
|||
jobs:
|
||||
check_job:
|
||||
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
|
||||
secrets:
|
||||
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 }}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/call-clacheck.yml
vendored
3
.github/workflows/call-clacheck.yml
vendored
|
@ -12,5 +12,4 @@ concurrency:
|
|||
jobs:
|
||||
clacheck:
|
||||
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
|
||||
secrets:
|
||||
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
secrets: inherit
|
||||
|
|
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: export
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
persist-credentials: false
|
||||
|
|
Loading…
Reference in a new issue