Skip to content

Commit

Permalink
chore - fix github actions turbo release
Browse files Browse the repository at this point in the history
  • Loading branch information
jucian0 committed Oct 4, 2024
1 parent 1e94c63 commit 1570c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Turbo Release
shell: bash
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_MFB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm turbo-release -s cart,host,remote

Expand Down

0 comments on commit 1570c21

Please sign in to comment.