From 23b74313a834d817f5a2535f1603132275f9f6cf Mon Sep 17 00:00:00 2001 From: Sergei Zaiaev Date: Mon, 10 Jun 2024 15:03:32 +0300 Subject: [PATCH] Add missing id-token permission --- .github/workflows/github-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 027c1ae..8352e61 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -45,6 +45,7 @@ jobs: repository-projects: read security-events: read statuses: read + id-token: write steps: - name: Deploy to GitHub Pages id: deployment