Skip to content

Commit

Permalink
remove unnecessary goprivate from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 17, 2024
1 parent eead1b2 commit f5dfbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
golangci:
env:
# for private repo access
GOPRIVATE: github.com/initia-labs,github.com/skip-mev/slinky
GOPRIVATE: github.com/initia-labs
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }}
GOLANGCI_LINT_VERSION: v1.59.1
name: golangci-lint
Expand Down

0 comments on commit f5dfbe6

Please sign in to comment.