Skip to content

Commit

Permalink
Meta: update release template to use npm release v2 (#186)
Browse files Browse the repository at this point in the history
Updates the release template to use the new npm release v2 action, which relies on the GitHub bot instead of a personal PAT.
  • Loading branch information
thomasheartman authored Jan 15, 2025
1 parent 4dde7bf commit a3e7836
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:

jobs:
from-template:
uses: Unleash/.github/.github/workflows/npm-release.yml@v1.1.0
uses: Unleash/.github/.github/workflows/npm-release.yml@v2.0.0
with:
version: ${{ github.event.inputs.version }}
tag: ${{ github.event.inputs.tag }}
secrets:
GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN}}
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 a3e7836

Please sign in to comment.