From ba2126a9d021aff493c18adaa74705e3d1bf517b Mon Sep 17 00:00:00 2001 From: rochdev Date: Tue, 3 Sep 2024 16:39:43 -0400 Subject: [PATCH] add write permission to publish job for git tagging --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5695540..05b6c37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: publish: runs-on: ubuntu-latest environment: npm + permissions: + - contents: write env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} outputs: