Skip to content

Commit

Permalink
fix(ci): remove PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt authored May 15, 2024
1 parent 768e345 commit 1ac5d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
with:
go-version-file: go.mod
cache: false
- run: git config --global url."https://x-access-token:${{ secrets.GH_ACTIONS_PAT }}@github.com/".insteadOf "https://github.com/"
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
Expand Down

0 comments on commit 1ac5d2b

Please sign in to comment.