From 57473fa79fc47cffcbcf77e0786c32e0fe5b1a7d Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 22 Oct 2025 18:45:10 +0100 Subject: [PATCH] chore: add write (permissions.id-token) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7049841..2a136da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: - next permissions: contents: read + id-token: write jobs: test-node: runs-on: ubuntu-latest