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 057f841 commit bce4d84Copy full SHA for bce4d84
.github/workflows/merge-me.yml
@@ -20,4 +20,10 @@ jobs:
20
with:
21
# This must be used as GitHub Actions token does not support pushing
22
# to protected branches.
23
+ #
24
+ # Create a token with repository permissions:
25
+ # https://github.com/settings/tokens/new?scopes=repo&description=Merge+Me!+GitHub+Actions+Workflow
26
27
+ # Set MERGE_TOKEN as an environment variable on your repository:
28
+ # https://github.com/yourname/repo-name/settings/secrets/actions/new
29
GITHUB_TOKEN: ${{ secrets.MERGE_TOKEN }}
0 commit comments