Skip to content

Commit

Permalink
remove not used tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfain authored Dec 11, 2024
1 parent 438d507 commit 8c338ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
go-version: ${{ env.go-version }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GOPROXY: direct
GONOSUMDB: "*"
GOPRIVATE: https://github.com/CheckmarxDev/ # Add your private organization url here
Expand All @@ -33,7 +32,6 @@ jobs:

- name: Run tests and generate coverage
run: |
git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
go test ./... -coverpkg=./... -v -coverprofile cover.out
Expand Down

0 comments on commit 8c338ac

Please sign in to comment.