Skip to content

Commit bce4d84

Browse files
committed
fix: add instructions for MERGE_TOKEN
1 parent 057f841 commit bce4d84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/merge-me.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ jobs:
2020
with:
2121
# This must be used as GitHub Actions token does not support pushing
2222
# 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
2329
GITHUB_TOKEN: ${{ secrets.MERGE_TOKEN }}

0 commit comments

Comments
 (0)