From d750ca60242afd20140a5167efbc56505b6afbff Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Fri, 9 Aug 2024 13:40:04 +0100 Subject: [PATCH] added id-token --- .github/workflows/deploy-demo-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo-test.yml b/.github/workflows/deploy-demo-test.yml index 8edf374fe2..6f00f60412 100644 --- a/.github/workflows/deploy-demo-test.yml +++ b/.github/workflows/deploy-demo-test.yml @@ -13,6 +13,7 @@ on: permissions: contents: read pages: write + id-token: write # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. @@ -67,7 +68,7 @@ jobs: exit 1 fi shell: bash - + - name: Setup Pages uses: actions/configure-pages@v5