From fba0076a01eb8194e5f30fa24cca54256b0b7623 Mon Sep 17 00:00:00 2001 From: adrian adewunmi Date: Fri, 24 Jul 2026 15:09:48 +0100 Subject: [PATCH] ci(pages): reset path to root and add missing id-token permission permissions --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1ab497a0..0969f0db 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -9,6 +9,7 @@ on: permissions: contents: read pages: write + id-token: write concurrency: group: pages @@ -16,7 +17,6 @@ concurrency: jobs: deploy: - if: github.repository == 'microsoft/AI-For-Beginners' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}