Skip to content

Commit f9d1c0b

Browse files
committed
fix: use GITHUB_TOKEN now that branch protection is removed
1 parent 40f905a commit f9d1c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
token: ${{ secrets.RELEASE_PAT }}
28+
token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- uses: actions/setup-node@v4
3131
with:

0 commit comments

Comments
 (0)