.github/workflows/coverage.yml add git config
This commit is contained in:
parent
f13d7e634a
commit
1103a5b284
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.19.0'
|
go-version: '^1.19.0'
|
||||||
|
|
||||||
|
- name: git config
|
||||||
|
run: |
|
||||||
|
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: |
|
run: |
|
||||||
make vet
|
make vet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user