From 85f1b7764335c0fa322c88012beae49cdf7f7d81 Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Wed, 26 Apr 2023 10:32:58 +0200 Subject: [PATCH] ci: add npm package provenance --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa1c2cf57..923cdb3aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: write-all steps: - uses: actions/checkout@v3.5.2 - name: Git Identity @@ -36,3 +37,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_CONFIG_PROVENANCE: true +