Skip to content

Commit 5b61836

Browse files
committed
Fix release
1 parent 98755a8 commit 5b61836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Merge pull request
3737
uses: juliangruber/merge-pull-request-action@v1
3838
with:
39-
github-token: ${{ secrets.RELEASE_TOKEN }}
39+
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
number: ${{ steps.create-pull-request.outputs.pull-request-number }}"
4141
method: rebase
4242
-

0 commit comments

Comments
 (0)