From dc0f8e47a171835f4b3d91daceff31cc0e29221e Mon Sep 17 00:00:00 2001 From: Volodymyr Rozdolsky Date: Sun, 13 Oct 2024 14:22:50 -0400 Subject: [PATCH] new PAT --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ad9bcc..559824f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,10 +38,8 @@ jobs: - name: Run tests run: go test -race -vet=off ./... - env: - GITHUB_TOKEN: ${{ secrets.GH_WIKI_TOKEN }} - name: Update coverage report uses: ncruces/go-coverage-report@v0 env: - GITHUB_TOKEN: ${{ secrets.GH_WIKI_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_REPORT_COV }} \ No newline at end of file