From eb3ebd7df1733082e29800f59e6bba7b49c4ef70 Mon Sep 17 00:00:00 2001 From: darthmaim Date: Thu, 22 Feb 2024 10:39:30 +0100 Subject: [PATCH] CI: Set `id-token` permission for release job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d3276c..6631498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: if: github.event_name == 'push' permissions: contents: write + id-token: write pull-requests: write steps: - name: Checkout Repo