Skip to content

Commit

Permalink
chore: add SLSA provenance for NPM artifacts
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/make_release.yml
  • Loading branch information
aquint-zama authored and IceTDrinker committed Jul 17, 2024
1 parent a3ec847 commit 4342efe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
publish_release:
name: Publish Release
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down Expand Up @@ -65,6 +68,7 @@ jobs:
package: tfhe/pkg/package.json
dry-run: ${{ inputs.dry_run }}
tag: ${{ env.NPM_TAG }}
provenance: true

- name: Build Node package
if: ${{ inputs.push_node_package }}
Expand All @@ -82,6 +86,7 @@ jobs:
package: tfhe/pkg/package.json
dry-run: ${{ inputs.dry_run }}
tag: ${{ env.NPM_TAG }}
provenance: true

- name: Slack Notification
if: ${{ failure() }}
Expand Down

0 comments on commit 4342efe

Please sign in to comment.