From 400843f97f7d7e0fd08ea0bdca00038546f7b7e9 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Tue, 2 Jul 2024 18:30:17 +0200 Subject: [PATCH] Add permissions to reusable-provider-tests (#2688) Signed-off-by: Mauro Morales --- .github/workflows/image.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 91c4191c1..651f419a5 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -340,6 +340,21 @@ jobs: baseImage: ubuntu:24.04 various: uses: ./.github/workflows/reusable-provider-tests.yaml + permissions: + contents: write + security-events: write + id-token: write + actions: read + attestations: read + checks: read + deployments: read + discussions: read + issues: read + packages: read + pages: read + pull-requests: read + repository-projects: read + statuses: read with: flavor: ${{ matrix.flavor }} flavor_release: ${{ matrix.flavorRelease }}