.github/workflows/coverage.yml add git config

This commit is contained in:
Grigory Efimov 2023-01-11 14:53:55 +03:00 committed by Mikhail Iudin
parent f13d7e634a
commit 1103a5b284
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -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