File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ name: Linter check
66env :
77 GO111MODULE : on
88 GOPRIVATE : github.com/sprintertech
9+ TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
910
1011jobs :
1112 linter-check :
Original file line number Diff line number Diff line change 1414 GOPRIVATE : github.com/sprintertech
1515 ORG : ' sprintertech'
1616 REGISTRY : ' ghcr.io'
17+ TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
1718
1819jobs :
1920 build-and-push :
Original file line number Diff line number Diff line change 1414 REGISTRY : ' ghcr.io'
1515 GO111MODULE : on
1616 GOPRIVATE : github.com/sprintertech
17+ TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
18+
1719
1820jobs :
1921 build-and-push :
Original file line number Diff line number Diff line change 88env :
99 GO111MODULE : on
1010 GOPRIVATE : github.com/sprintertech
11+ TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
1112
1213concurrency :
1314 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments