From f403eed12cec0ea6f548d9fa79d20727bf06cf64 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 8 Jun 2025 16:03:40 +0200 Subject: [PATCH] ci/cd: add missing permission --- .github/workflows/build-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-next.yml b/.github/workflows/build-next.yml index c46f17cd..fcdd2002 100644 --- a/.github/workflows/build-next.yml +++ b/.github/workflows/build-next.yml @@ -11,6 +11,7 @@ jobs: permissions: contents: read packages: write + id-token: write steps: - name: Checkout code uses: actions/checkout@v4