Skip to content

Commit

Permalink
Meta: update release action to v2 (#697)
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 16, 2025
1 parent 23a0f60 commit bc11ed7
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.2.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_ACCESS_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 bc11ed7

Please sign in to comment.