Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9d9238f

Browse files
Release with provenance flag
1 parent 792e404 commit 9d9238f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ on:
1515

1616
env:
1717
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
18+
NPM_CONFIG_PROVENANCE: true
1819

1920
jobs:
2021
test:
2122
runs-on: ubuntu-latest
23+
permissions:
24+
contents: write
25+
id-token: write
2226
steps:
2327
- name: Clone Repository
2428
uses: actions/checkout@v2

0 commit comments

Comments
 (0)