Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkabwe committed Dec 1, 2024
1 parent 81021fa commit 3d58e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_TOKEN }}

- name: Setup Node.js 20.x
uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
commit: 'chore(release): version packages v${{ steps.get-version.outputs.version }}'
title: 'chore(release): version packages v${{ steps.get-version.outputs.version }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release Status
Expand Down

0 comments on commit 3d58e43

Please sign in to comment.