We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98755a8 commit 5b61836Copy full SHA for 5b61836
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Merge pull request
37
uses: juliangruber/merge-pull-request-action@v1
38
with:
39
- github-token: ${{ secrets.RELEASE_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
40
number: ${{ steps.create-pull-request.outputs.pull-request-number }}"
41
method: rebase
42
-
0 commit comments