From fd96994a20debe99e348f0fa3f0cbc29f674fff0 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 27 Apr 2025 23:19:23 +0300 Subject: [PATCH] fix: Add missing id-token permission for GitHub Actions workflow --- .github/workflows/gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a13af4b..1596c0d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + id-token: write jobs: build-and-deploy: