Skip to content

Commit

Permalink
chore: accept unleash bot secrets in npm workflow (#31)
Browse files Browse the repository at this point in the history
Because the secrets need to be passed from the calling workflow, we
need to specify them as incoming secrets (otherwise the calling
workflow will fail).
  • Loading branch information
thomasheartman authored Jan 9, 2025
1 parent 4ac5170 commit d84858e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ on:
type: string
default: "yarn install --frozen-lockfile"
secrets:
UNLEASH_BOT_APP_ID:
description: "The app ID for the Unleash bot"
required: true
UNLEASH_BOT_PRIVATE_KEY:
description: "The private key for the Unleash bot"
required: true
NPM_ACCESS_TOKEN:
description: "NPM token allowed to push to the registry"
required: true
Expand Down

0 comments on commit d84858e

Please sign in to comment.