We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031ec47 commit a4e0ea8Copy full SHA for a4e0ea8
1 file changed
.github/workflows/lint.yml
@@ -22,16 +22,9 @@ jobs:
22
with:
23
go-version: "1.24"
24
- uses: actions/checkout@v4
25
- - name: Get auth token
26
- id: token
27
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
28
- with:
29
- app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
30
- private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
31
- name: golangci-lint
32
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # pin@v6.5.0
33
34
- github-token: ${{ steps.token.outputs.token }}
35
version: v1.62
36
only-new-issues: true
37
args: --timeout=10m
0 commit comments