Skip to content

Commit

Permalink
ci: set a valid token for the Merge Me! Action
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot committed May 31, 2021
1 parent e5441b1 commit 6708afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-me.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Merge me!
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.DOTTBOTT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 5

0 comments on commit 6708afd

Please sign in to comment.