File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed 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 66jobs :
77 chatopt :
88 uses : linuxdeepin/.github/.github/workflows/chatOps.yml@master
9- secrets :
10- APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
9+ 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