From 216e92e624af3daefa8f3beba5153af4a2838329 Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Wed, 9 Oct 2024 14:00:45 +0200 Subject: [PATCH] Add missing token permissions for release Signed-off-by: Alexandr Demicev --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54819438..9c1dde8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: permissions: contents: read packages: write + actions: read + id-token: write steps: - name: Checkout uses: actions/checkout@v4