Skip to content

Commit ece0227

Browse files
meta: update release template to use npm release v2 (#33)
Updates the release template to use the new npm release v2 action, which relies on the GitHub bot instead of a personal PAT.
1 parent 6441e34 commit ece0227

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ on:
1515

1616
jobs:
1717
from-template:
18-
uses: Unleash/.github/.github/workflows/npm-release.yml@v1.1.0
18+
uses: Unleash/.github/.github/workflows/npm-release.yml@v2.0.0
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
tag: ${{ github.event.inputs.tag }}
2222
secrets:
23-
GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN}}
2423
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
UNLEASH_BOT_APP_ID: ${{ secrets.UNLEASH_BOT_APP_ID }}
25+
UNLEASH_BOT_PRIVATE_KEY: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)