Skip to content

Commit 07561c4

Browse files
authored
ci: use RELEASE_PAT for release job to bypass branch protection (#5)
1 parent 547b1da commit 07561c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/checkout@v4
105105
with:
106106
fetch-depth: 0
107-
token: ${{ secrets.GITHUB_TOKEN }}
107+
token: ${{ secrets.RELEASE_PAT }}
108108

109109
- uses: pnpm/action-setup@v4
110110

0 commit comments

Comments
 (0)