File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ jobs:
114
114
check_generated :
115
115
needs : golangci-lint # run after golangci-lint action to not produce duplicated errors
116
116
runs-on : ubuntu-latest
117
- env :
118
- # needed for github-action-config.json generation
119
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120
117
steps :
121
118
- uses : actions/checkout@v3
122
119
- name : Unshallow
@@ -131,3 +128,6 @@ jobs:
131
128
go-version : ${{ env.GO_VERSION }}
132
129
- name : Check generated files are up to date
133
130
run : make fast_check_generated
131
+ env :
132
+ # needed for github-action-config.json generation
133
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
release :
9
9
runs-on : ubuntu-latest
10
- env :
11
- GITHUB_TOKEN : ${{ secrets.GOLANGCI_LINT_TOKEN }}
12
10
steps :
13
11
- uses : actions/checkout@v3
14
12
- name : Install Go
26
24
uses : goreleaser/goreleaser-action@v4
27
25
with :
28
26
version : latest
29
- args : release --rm-dist
27
+ args : release --clean
30
28
env :
31
29
GITHUB_TOKEN : ${{ secrets.GOLANGCI_LINT_TOKEN }}
32
30
You can’t perform that action at this time.
0 commit comments