Skip to content

ci(sparkline): forward NPM_EXTRA_CONFIG secret to the reusable workflow#6

Merged
ob-aion merged 1 commit into
mainfrom
ci/forward-npm-extra-config
May 15, 2026
Merged

ci(sparkline): forward NPM_EXTRA_CONFIG secret to the reusable workflow#6
ob-aion merged 1 commit into
mainfrom
ci/forward-npm-extra-config

Conversation

@ob-aion

@ob-aion ob-aion commented May 15, 2026

Copy link
Copy Markdown
Contributor

Summary

coroboros/ci@v0 now reads NPM_EXTRA_CONFIG from secrets (it lands in .npmrc, so it must stay masked). Forward the repo's existing NPM_EXTRA_CONFIG secret to the reusable workflow so its _authToken line is appended to .npmrc at publish time.

Change

One line in the secrets: block: NPM_EXTRA_CONFIG: ${{ secrets.NPM_EXTRA_CONFIG }}.

Test plan

  • yamllint clean
  • Preflight green on this PR (reusable workflow at @v0 declares the secret)
  • Next tag publishes — the NPM_EXTRA_CONFIG secret supplies the registry auth line

@ob-aion ob-aion left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@ob-aion ob-aion merged commit cafa925 into main May 15, 2026
5 checks passed
@ob-aion ob-aion deleted the ci/forward-npm-extra-config branch May 15, 2026 11:12
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