From 0c4b18d69d53ac81cb4fc28d14a12abcb54c71ee Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 18 Sep 2020 21:36:54 +0200 Subject: [PATCH] Add `reaction-token` for command dispatch. (#89539) --- .github/workflows/dispatch-command.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dispatch-command.yml b/.github/workflows/dispatch-command.yml index 273b318288..353202527b 100644 --- a/.github/workflows/dispatch-command.yml +++ b/.github/workflows/dispatch-command.yml @@ -12,6 +12,7 @@ jobs: uses: peter-evans/slash-command-dispatch@7dd4ee1aa3be41c206a08dba4fa0c486cfd595ee with: token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} + reaction-token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} commands: rebase permission: triage issue-type: pull-request