Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Remove unused GH token
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Fabre <[email protected]>
  • Loading branch information
Pryz committed Nov 9, 2023
1 parent ef8d066 commit 7135275
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

env:
GOPRIVATE: github.com/stealthrocket
GH_ACCESS_TOKEN: ${{ secrets.PRIVATE_ACCESS_TOKEN }}

jobs:
spellcheck:
Expand All @@ -38,7 +37,6 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- run: git config --global url.https://[email protected] https://github.com
- run: go mod download
- uses: golangci/golangci-lint-action@v3
with:
Expand Down Expand Up @@ -73,6 +71,5 @@ jobs:
with:
python-version: "3.11"

- run: git config --global url.https://[email protected] https://github.com
- run: make testdata
- run: make test

0 comments on commit 7135275

Please sign in to comment.