ci/cd: remove not used permissions

This commit is contained in:
Elias Schneider
2026-07-21 15:26:41 +02:00
parent 0983e91169
commit 942bb3be2e
4 changed files with 0 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ permissions:
pull-requests: read
# Optional: allow write access to checks to allow the action to annotate code in the PR.
checks: write
id-token: write
jobs:
golangci-lint:

View File

@@ -25,7 +25,6 @@ permissions:
contents: read
checks: write
pull-requests: write
id-token: write
jobs:
type-check:

View File

@@ -11,7 +11,6 @@ on:
permissions:
contents: read
id-token: write
actions: write
jobs:

View File

@@ -8,7 +8,6 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
update-aaguids: