From f297ac8a4f0620754e540cd3ff4d6188f7df9ddd Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 18:52:12 +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 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: |