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

Remove unused GH token #233

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading