From 942bb3be2e92bd7b6bf1d89c40cab49544194d43 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 21 Jul 2026 15:26:41 +0200 Subject: [PATCH] ci/cd: remove not used permissions --- .github/workflows/backend-linter.yml | 1 - .github/workflows/svelte-check.yml | 1 - .github/workflows/unit-tests.yml | 1 - .github/workflows/update-aaguids.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/backend-linter.yml b/.github/workflows/backend-linter.yml index 0b300198..4904bd18 100644 --- a/.github/workflows/backend-linter.yml +++ b/.github/workflows/backend-linter.yml @@ -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: diff --git a/.github/workflows/svelte-check.yml b/.github/workflows/svelte-check.yml index 015be719..20caaf37 100644 --- a/.github/workflows/svelte-check.yml +++ b/.github/workflows/svelte-check.yml @@ -25,7 +25,6 @@ permissions: contents: read checks: write pull-requests: write - id-token: write jobs: type-check: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 224b3b8a..bcd99c98 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -11,7 +11,6 @@ on: permissions: contents: read - id-token: write actions: write jobs: diff --git a/.github/workflows/update-aaguids.yml b/.github/workflows/update-aaguids.yml index fbe42e13..871b00d2 100644 --- a/.github/workflows/update-aaguids.yml +++ b/.github/workflows/update-aaguids.yml @@ -8,7 +8,6 @@ on: permissions: contents: write pull-requests: write - id-token: write jobs: update-aaguids: