Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
workerbee
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
workerbee
Commits
468d47f6
Verified
Commit
468d47f6
authored
3 months ago
by
Mateusz Tyszczak
Browse files
Options
Downloads
Patches
Plain Diff
Enable provenance on npm production deploy
parent
ef06f0a0
No related branches found
Branches containing commit
Tags
1.27.6-rc2
Tags containing commit
1 merge request
!21
Enable provenance on npm production deploy
Pipeline
#102782
passed with stages
in 8 minutes and 6 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
with
5 additions
and
0 deletions
.gitlab-ci.yml
+
5
−
0
View file @
468d47f6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment