File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ concurrency:
88jobs :
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
Original file line number Diff line number Diff line change 1010jobs :
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
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ concurrency:
1212jobs :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments