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: