From db9fc17071c26b4c09c22d332d4e581f4a83c7ec Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 14 Apr 2025 01:14:16 +0100 Subject: [PATCH] Update GitHub Actions permissions in CI pipeline - Added permissions for packages, pull-requests, statuses, and id-token to enhance workflow capabilities. - This change improves the CI pipeline's ability to manage pull requests and access necessary resources. --- .github/workflows/cloud-runner-ci-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index 918dd472..dffab625 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -8,6 +8,10 @@ permissions: checks: write contents: read actions: write + packages: read + pull-requests: write + statuses: write + id-token: write env: GKE_ZONE: 'us-central1'