File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 docker-prune :
1010 uses : lrstanley/.github/.github/workflows/docker-prune.yml@master
11- secrets :
12- token : ${{ secrets.USER_PAT }}
11+ secrets : inherit
Original file line number Diff line number Diff line change 1010jobs :
1111 generate :
1212 uses : lrstanley/.github/.github/workflows/generate-readme.yml@master
13- secrets :
14- token : ${{ secrets.USER_PAT }}
13+ secrets : inherit
Original file line number Diff line number Diff line change 77jobs :
88 docker-release :
99 uses : lrstanley/.github/.github/workflows/docker-release.yml@master
10- secrets :
11- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
10+ secrets : inherit
1211 with :
1312 scan : false
1413 go-release :
Original file line number Diff line number Diff line change 1+ name : renovate
2+
3+ on :
4+ workflow_dispatch :
5+ inputs :
6+ force-run :
7+ description : >-
8+ Force a run regardless of the schedule configuration.
9+ required : false
10+ default : false
11+ type : boolean
12+ push :
13+ branches : [master]
14+ schedule :
15+ - cron : " 0 5 1 * *"
16+
17+ jobs :
18+ renovate :
19+ uses : lrstanley/.github/.github/workflows/renovate.yml@master
20+ secrets : inherit
21+ with :
22+ force-run : ${{ inputs.force-run == true || github.event_name == 'schedule' }}
Original file line number Diff line number Diff line change 2929 ref : ${{ github.event.inputs.ref }}
3030 custom : ${{ github.event.inputs.custom }}
3131 annotation : ${{ github.event.inputs.annotation }}
32- secrets :
33- token : ${{ secrets.USER_PAT }}
32+ secrets : inherit
Original file line number Diff line number Diff line change 1616 go-version : latest
1717 go-lint :
1818 uses : lrstanley/.github/.github/workflows/lang-go-lint.yml@master
19- secrets :
20- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
19+ secrets : inherit
2120 go-build :
2221 needs : [go-test, go-lint]
2322 uses : lrstanley/.github/.github/workflows/lang-go-release.yml@master
2726 docker-test :
2827 needs : [go-test, go-lint]
2928 uses : lrstanley/.github/.github/workflows/docker-release.yml@master
30- secrets :
31- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
29+ secrets : inherit
You can’t perform that action at this time.
0 commit comments