From 3e72399e675930869a878298b00df79a42299ac2 Mon Sep 17 00:00:00 2001 From: Oscar Bazaldua <511911+oscb@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:43:30 -0800 Subject: [PATCH] ci: update GH permissions --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f9c84d0..f661af8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,10 @@ jobs: name: Publish to npm environment: Publish runs-on: ubuntu-latest + 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 steps: - uses: actions/checkout@v2 with: