diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b9d8d4ec..edaeb510 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout private run: - git clone https://${{ GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git + git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git - name: test go install run: |