File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 types :
1010 - released
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 generate-and-deploy :
1417 name : Generate and deploy
1518 runs-on : ubuntu-latest
19+ permissions :
20+ contents : write
1621 steps :
1722 - name : Checkout head
1823 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ concurrency:
1313 group : ${{ github.repository }}-${{ github.workflow }}
1414 cancel-in-progress : false
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 test :
1821 name : Test
Original file line number Diff line number Diff line change 66 - ' go.mod'
77 - ' go.sum'
88 - ' .github/workflows/lint.yml'
9+ permissions :
10+ contents : read
911jobs :
1012 golangci-lint :
1113 name : golangci-lint
Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' v*.*.*'
6+ permissions :
7+ contents : read
68jobs :
79 publish_release :
810 name : Release
Original file line number Diff line number Diff line change 55 - ' **.go'
66 - ' go.mod'
77 - ' go.sum'
8+ permissions :
9+ contents : read
810jobs :
911 unit-tests :
1012 name : Run unit-tests
You can’t perform that action at this time.
0 commit comments