From 64267223400e202d1eedbbfadee9d2f6744f4412 Mon Sep 17 00:00:00 2001 From: Simon Jern Date: Fri, 12 Jul 2024 22:18:02 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae83dd..1e14a05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,11 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: write # To create releases and upload release assets + actions: write # To create release with the `create-release` action + id-token: write # To get `GITHUB_TOKEN` access for NPM publishing + steps: - name: Checkout code uses: actions/checkout@v4