Skip to content

Commit a4e0ea8

Browse files
authored
Remove github token in lint (#982)
1 parent 031ec47 commit a4e0ea8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,9 @@ jobs:
2222
with:
2323
go-version: "1.24"
2424
- 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 }}
3125
- name: golangci-lint
3226
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # pin@v6.5.0
3327
with:
34-
github-token: ${{ steps.token.outputs.token }}
3528
version: v1.62
3629
only-new-issues: true
3730
args: --timeout=10m

0 commit comments

Comments
 (0)