Skip to content

Commit

Permalink
feat: generating provenance statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Sep 16, 2024
1 parent e6dcfc6 commit 8093259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
npm version --no-git-tag-version "$SEMVER_VERSION"
npm config set registry https://registry.npmjs.org/
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
npm publish
npm publish --provenance
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
uses: ./.github/workflows/02-publish.yml
needs: [build, lint, test]
secrets: inherit
permissions:
id-token: write

0 comments on commit 8093259

Please sign in to comment.