.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:
|
||||
go-version: '^1.19.0'
|
||||
|
||||
- name: git config
|
||||
run: |
|
||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Vet
|
||||
run: |
|
||||
make vet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user