.github/workflows/coverage.yml add git config

This commit is contained in:
Grigory Efimov 2023-01-11 14:53:55 +03:00 committed by Grigory Efimov
parent bb25dd0ea1
commit c7254ed8be

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