We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6441e34 commit ece0227Copy full SHA for ece0227
.github/workflows/release.yml
@@ -15,10 +15,11 @@ on:
15
16
jobs:
17
from-template:
18
- uses: Unleash/.github/.github/workflows/npm-release.yml@v1.1.0
+ uses: Unleash/.github/.github/workflows/npm-release.yml@v2.0.0
19
with:
20
version: ${{ github.event.inputs.version }}
21
tag: ${{ github.event.inputs.tag }}
22
secrets:
23
- GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN}}
24
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}
+ UNLEASH_BOT_APP_ID: ${{ secrets.UNLEASH_BOT_APP_ID }}
25
+ UNLEASH_BOT_PRIVATE_KEY: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}
0 commit comments