From 41a3bdec68971ac4052a9a69b4d101a4ca42c978 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 21 May 2025 14:30:03 +0100 Subject: [PATCH] Add id-token permission to the publish webapp workflow (#2088) --- .github/workflows/publish-webapp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-webapp.yml b/.github/workflows/publish-webapp.yml index 3672385c4..246a8ea31 100644 --- a/.github/workflows/publish-webapp.yml +++ b/.github/workflows/publish-webapp.yml @@ -3,6 +3,7 @@ name: "🐳 Publish Webapp" permissions: contents: read packages: write + id-token: write on: workflow_call: