Skip to content

Commit

Permalink
ci: does this enable actions for release PRs?
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Nov 15, 2023
1 parent 32e15ea commit 384263e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2.4.0
with:
Expand All @@ -39,5 +41,5 @@ jobs:
commit: 'chore(release): version packages'
title: 'chore(release): version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 384263e

Please sign in to comment.