From c719bcfd0c78c40d9747acbd501459794fe305e5 Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 19:36:30 +0300 Subject: [PATCH] testbytest --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index edaeb510..aacc4e2f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout private run: - git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git + git clone https://${{ secrets.ANYTYPE_PAT }}@github.com/anytypeio/go-chash.git - name: test go install run: |