From 1e61c8874c267e64f9fab4d8d3a59fb4c110b8af Mon Sep 17 00:00:00 2001 From: Michael Franklin <22381693+illusional@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:37:46 +1100 Subject: [PATCH] Give deploy_container id-token permissions --- .github/workflows/deploy_container.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_container.yaml b/.github/workflows/deploy_container.yaml index 9e4beb8a..2f79bc79 100644 --- a/.github/workflows/deploy_container.yaml +++ b/.github/workflows/deploy_container.yaml @@ -12,6 +12,10 @@ on: description: "Extra docker CLI params" required: false +permissions: + id-token: write + contents: read + jobs: deployImage: runs-on: ubuntu-latest