From 5a2a8b88e070fb29bd6fefa076c9ccd1583d045e Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 5 Aug 2024 15:47:43 +0200 Subject: [PATCH] fix: add id-token write permission --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f2800312a..f0968544b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write steps: - name: Checkout code uses: actions/checkout@v4