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 }}