Skip to content

Commit

Permalink
Merge pull request #263 from db-ui/262-introduce-built-and-signed-on-…
Browse files Browse the repository at this point in the history
…github-actions

feat: generating provenance statements
  • Loading branch information
mfranzke authored Sep 16, 2024
2 parents e6dcfc6 + 8093259 commit dbd7522
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 dbd7522

Please sign in to comment.