From 16cc70edfcbbdb1503d018fa9456656b4e02e9d8 Mon Sep 17 00:00:00 2001 From: Robin Salkeld Date: Wed, 1 May 2024 15:16:41 -0700 Subject: [PATCH] Fix permissions --- .github/workflows/manual.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index adeaafe61..c5da276e5 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -40,6 +40,9 @@ jobs: cut-issue-on-failure: runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: # We need access to the role that is able to get CI Bot Creds - name: Configure AWS Credentials for Release