fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:43:55 +03:00 committed by Grigory Efimov
parent 9205f414cc
commit 4186e30912

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