Skip to content

Commit

Permalink
Fix lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Jan 2, 2025
1 parent 82b1d7a commit 454d469
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ jobs:
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: Get auth token
id: token
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
with:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # [email protected]
with:
github-token: ${{ steps.token.outputs.token }}
version: v1.62
only-new-issues: true
args: --timeout=10m
Expand Down

0 comments on commit 454d469

Please sign in to comment.