Skip to content

Commit

Permalink
Merge pull request #2879 from llminatoll/add-actions
Browse files Browse the repository at this point in the history
トークン部分の修正
  • Loading branch information
llminatoll committed Dec 18, 2020
2 parents 6c41dca + 25f3533 commit cfc7d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: reitermarkus/automerge@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MY_GITHUB_TOKEN }}
merge-method: rebase
do-not-merge-labels: never-merge
required-labels: automerge
Expand Down

0 comments on commit cfc7d24

Please sign in to comment.