fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:43:55 +03:00 committed by Mikhail Iudin
parent 20c038ede8
commit 9d35ef2e57
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -15,7 +15,7 @@ jobs:
- name: Vet
run: |
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
git config --global url."ssh://git@github.com/".insteadOf "https://github.com/"
git config --global url."https://${{ secrets.GITHUB_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
make vet
- name: Unit tests