We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8ddd3 commit cd32076Copy full SHA for cd32076
1 file changed
.github/workflows/main.yml
@@ -34,6 +34,10 @@ jobs:
34
needs: build
35
if: ${{ github.event_name == 'push' }}
36
runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: write
39
+ pull-requests: write
40
+ id-token: write
41
steps:
42
- uses: actions/checkout@v6
43
@@ -46,6 +50,7 @@ jobs:
46
50
with:
47
51
node-version: 24
48
52
cache: "pnpm"
53
+ registry-url: https://registry.npmjs.org
49
54
55
- run: pnpm install --frozen-lockfile
56
@@ -56,4 +61,4 @@ jobs:
61
publish: pnpm release
57
62
env:
58
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
64
+ NPM_CONFIG_PROVENANCE: true
0 commit comments