1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 14:07:02 +09:00

fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:53:34 +03:00 committed by Mikhail Iudin
parent 9d35ef2e57
commit 5b08cba028
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

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