Skip to content

Remove unused configureNpmToken from setup.js#28

Merged
domdomegg merged 1 commit intomasterfrom
remove-npm-token-setup
Feb 28, 2026
Merged

Remove unused configureNpmToken from setup.js#28
domdomegg merged 1 commit intomasterfrom
remove-npm-token-setup

Conversation

@domdomegg
Copy link
Copy Markdown
Owner

Summary

  • Remove the configureNpmToken function and its call from setup.js
  • This is dead code: the CI deploy job now fetches the NPM token from GCP Secret Manager via Workload Identity Federation, so the old approach of storing an NPM_TOKEN repo secret is no longer used

NPM token is now fetched from GCP Secret Manager during CI deploy, so the setup.js function that set an NPM_TOKEN repo secret is no longer needed.
@domdomegg domdomegg merged commit e37db70 into master Feb 28, 2026
4 checks passed
@domdomegg domdomegg deleted the remove-npm-token-setup branch February 28, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant