From 108b4824a8f63f0ce2573e4f01fd62dea1c9072a Mon Sep 17 00:00:00 2001 From: pubkey <8926560+pubkey@users.noreply.github.com> Date: Mon, 20 May 2024 20:55:18 +0200 Subject: [PATCH] FIX github actions permissions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 626aed7e05b..cba88411ebf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,9 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-22.04 + # @link https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs permissions: + contents: write # @link https://docs.npmjs.com/generating-provenance-statements#about-npm-provenance id-token: write # Steps represent a sequence of tasks that will be executed as part of the job