File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 delete-pre-release :
2222 name : Delete pre-release if exists
2323 runs-on : ubuntu-latest
24+ permissions :
25+ contents : write
2426 steps :
2527 - name : Delete pre-release and tag named after branch
2628 env :
Original file line number Diff line number Diff line change 77 golang :
88 name : Bump the Golang version
99 runs-on : ubuntu-latest
10+ permissions :
11+ contents : none # Permissions are set with an application token
1012 steps :
1113 - name : Gather credentials
1214 id : credentials
Original file line number Diff line number Diff line change 1717 execute :
1818 name : Start tests
1919 runs-on : ubuntu-latest
20+ permissions :
21+ contents : none
2022 steps :
2123 - name : Trigger CircleCI 'local' workflow
2224 if : ${{ github.event.inputs.status == 'false' }}
Original file line number Diff line number Diff line change 1010 check-headers :
1111 name : Check that license headers are in place
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
1315 steps :
1416 - uses : actions/checkout@v4.2.2
1517 with :
Original file line number Diff line number Diff line change 1717 config-sync :
1818 name : Sync docs to docs site repo
1919 runs-on : ubuntu-latest
20-
20+ permissions :
21+ contents : read
2122 steps :
2223 - name : Generate a GitHub token
2324 id : ghtoken
Original file line number Diff line number Diff line change 1515 lint-test :
1616 name : Lints and Unit tests
1717 runs-on : macos-latest
18+ permissions :
19+ contents : read
1820 steps :
1921 - uses : actions/checkout@v4.2.2
2022 with :
4951 health-score :
5052 needs : lint-test
5153 runs-on : macos-latest
54+ permissions :
55+ checks : write
56+ contents : read
5257 steps :
5358 - uses : actions/checkout@v4.2.2
5459 - name : Set up Go
You can’t perform that action at this time.
0 commit comments