From c66b1f3463f6f8094f77824fc2b494b040e92fdf Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 28 Aug 2024 10:02:59 +1200 Subject: [PATCH] Add token exchange permissions. --- .github/workflows/manual-rhacs-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-rhacs-pipeline.yaml b/.github/workflows/manual-rhacs-pipeline.yaml index 38d976a..f597aed 100644 --- a/.github/workflows/manual-rhacs-pipeline.yaml +++ b/.github/workflows/manual-rhacs-pipeline.yaml @@ -34,6 +34,8 @@ jobs: scan-image: runs-on: ubuntu-latest + permissions: + id-token: write steps: - name: Rhacs login