From 1947d7785451ab82ab43c8ff180bfe1c0f310e43 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 27 Jun 2025 02:08:55 +0300 Subject: [PATCH] fix(ci): update publish pipeline permissions (#6) --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce95935..030e16b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,11 @@ jobs: runs-on: ubuntu-latest needs: - Linter + permissions: + contents: write # to be able to publish a GitHub release + issues: write # to be able to comment on released issues + pull-requests: write # to be able to comment on released pull requests + id-token: write # to enable use of OIDC for npm provenance steps: - name: Checkout