fix .github/workflows/coverage.yml
This commit is contained in:
parent
5b08cba028
commit
195ac70726
8
.github/workflows/coverage.yml
vendored
8
.github/workflows/coverage.yml
vendored
@ -13,10 +13,12 @@ jobs:
|
||||
go-version: '^1.19.0'
|
||||
|
||||
- name: Vet
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||
git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
|
||||
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
#git config --global http.extraheader "PRIVATE-TOKEN: ${{ github.token }}"
|
||||
#git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
|
||||
#export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
make vet
|
||||
- name: Unit tests
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user