From 99be9080916a3ef38a6c44f16bd06041b5e120de Mon Sep 17 00:00:00 2001 From: adrian adewunmi Date: Thu, 16 Jul 2026 08:48:00 +0100 Subject: [PATCH] ci(pages): remove id-token permission from deploy-pages workflow --- .github/workflows/deploy-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 29237d96..429c9075 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -9,7 +9,6 @@ on: permissions: contents: read pages: write - id-token: write concurrency: group: pages