Skip to content

Commit

Permalink
Merge pull request #527 from denis-tingaikin/fix-issue-475-part3
Browse files Browse the repository at this point in the history
fix: add missed GITHUB_LOGIN for merge-me-action
  • Loading branch information
edwarnicke authored Mar 16, 2021
2 parents 6e17a64 + a589e9f commit b779b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Automerge nsmbot PR
uses: ridedott/merge-me-action@master
with:
MAXIMUM_RETRIES: 10
GITHUB_LOGIN: nsmbot
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAXIMUM_RETRIES: 10
update-dependent-repositories:
strategy:
matrix:
Expand Down

0 comments on commit b779b35

Please sign in to comment.