Skip to content

Commit

Permalink
meta(.github): explicitly pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 9, 2025
1 parent 4a40951 commit 3a12d52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
version:
description: New version semver
description: New version semver (e.g. 3.7.0)
required: true
type: string
tag:
Expand All @@ -21,3 +21,5 @@ jobs:
tag: ${{ github.event.inputs.tag }}
secrets:
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}
UNLEASH_BOT_APP_ID: ${{ secrets.UNLEASH_BOT_APP_ID }}
UNLEASH_BOT_PRIVATE_KEY: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}

0 comments on commit 3a12d52

Please sign in to comment.