diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 348d7da9..b9d8d4ec 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,9 +15,8 @@ jobs: go-version: '^1.19.0' - name: Checkout private - uses: actions/checkout@v3 - with: - repository: anytypeio/go-chash + run: + git clone https://${{ GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git - name: test go install run: |