Skip to content

Kits each have a wombat key - #2956

Open
inlined wants to merge 1 commit into
nextfrom
inlined.wombat-keys
Open

Kits each have a wombat key#2956
inlined wants to merge 1 commit into
nextfrom
inlined.wombat-keys

Conversation

@inlined

@inlined inlined commented Aug 18, 2026

Copy link
Copy Markdown
Member

Updates .github/workflows/release-kit.yaml:

  1. Removes kits/ prefix from target_kit dropdown options and includes kits/ as part of step working-directory paths and error logs.
  2. Dynamically transforms the selected kit name to its corresponding uppercase secret key (WOMBAT_KEY_<KIT>), injecting only that specific secret as NODE_AUTH_TOKEN for NPM publishing.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

working-directory: kits/${{ inputs.target_kit }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets[steps.secret_key.outputs.key] }}
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.

3 participants