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 f7bc402 commit d6f084bCopy full SHA for d6f084b
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
outputs:
22
published_packages: ${{ steps.changesets.outputs.publishedPackages }}
23
published: ${{ steps.changesets.outputs.published }}
24
+ permissions:
25
+ id-token: write # to enable use of OIDC for npm provenance
26
steps:
27
- name: ⬇️ Checkout repo
28
uses: actions/checkout@v4
@@ -62,6 +64,7 @@ jobs:
62
64
createGithubReleases: false
63
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
+ NPM_CONFIG_PROVENANCE: true
68
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
69
70
find_package_version:
0 commit comments