Skip to content

Commit

Permalink
new PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
rozdolsky33 committed Oct 13, 2024
1 parent db13628 commit dc0f8e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.GH_REPORT_COV }}

0 comments on commit dc0f8e4

Please sign in to comment.