From e8c48c5d7b24836025ddae14dade2ff6534e02ea Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 4 Dec 2025 22:23:05 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-integrity-localstack.yml | 6 +----- .github/workflows/cloud-runner-integrity.yml | 6 +----- .github/workflows/integrity-check.yml | 1 - 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cloud-runner-integrity-localstack.yml b/.github/workflows/cloud-runner-integrity-localstack.yml index ec779bdb..17d67762 100644 --- a/.github/workflows/cloud-runner-integrity-localstack.yml +++ b/.github/workflows/cloud-runner-integrity-localstack.yml @@ -10,13 +10,9 @@ on: type: string permissions: - checks: write contents: read - actions: write - packages: read - pull-requests: write + checks: write statuses: write - id-token: write env: AWS_REGION: us-east-1 diff --git a/.github/workflows/cloud-runner-integrity.yml b/.github/workflows/cloud-runner-integrity.yml index 5935dd42..dae86bc3 100644 --- a/.github/workflows/cloud-runner-integrity.yml +++ b/.github/workflows/cloud-runner-integrity.yml @@ -10,13 +10,9 @@ on: type: string permissions: - checks: write contents: read - actions: write - packages: read - pull-requests: write + checks: write statuses: write - id-token: write env: AWS_REGION: eu-west-2 diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index b46fad84..714904b0 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -34,4 +34,3 @@ jobs: name: Cloud Runner Integrity uses: ./.github/workflows/cloud-runner-integrity.yml secrets: inherit -