From 13e6245369f6f253d172bc519b3ac727c30f56b4 Mon Sep 17 00:00:00 2001 From: Nicola Martino Date: Mon, 8 Sep 2025 11:37:28 +0200 Subject: [PATCH] actions / release: adjust permissions to job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3144994..9ecf73a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: if: success() && github.ref == 'refs/heads/main' permissions: id-token: write - contents: read + contents: write environment: name: npm steps: