Skip to content
Snippets Groups Projects
Verified Commit 468d47f6 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Enable provenance on npm production deploy

parent ef06f0a0
No related branches found
Tags 1.27.6-rc2
1 merge request!21Enable provenance on npm production deploy
Pipeline #102782 passed with stages
in 8 minutes and 6 seconds
......@@ -126,10 +126,15 @@ deploy_dev_package:
deploy_production_public_npm:
stage: deploy
extends: .registry_npmjs_org_deploy_package_template
id_tokens:
SIGSTORE_ID_TOKEN:
aud: sigstore
variables:
NPM_PUBLISH_TOKEN: "$INTERNAL_HIDDEN_PUBLISH_TOKEN"
NPM_PACKAGE_NAME: "workerbee"
PACKAGE_TGZ_PATH: "${BUILT_PACKAGE_PATH}"
before_script:
echo provenance=true >> .npmrc
needs:
- job: lint
- job: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment