We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d088f5 commit 819f8e2Copy full SHA for 819f8e2
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
release:
11
permissions:
12
contents: write # to create release (changesets/action)
13
+ id-token: write # OpenID Connect token needed for provenance
14
pull-requests: write # to create pull request (changesets/action)
15
# prevents this action from running on forks
16
if: github.repository == 'sveltejs/vite-plugin-svelte'
@@ -62,6 +63,7 @@ jobs:
62
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66
+ NPM_CONFIG_PROVENANCE: true
67
68
# TODO alert discord
69
# - name: Send a Slack notification if a publish happens
0 commit comments