diff options
| -rw-r--r-- | .github/workflows/slash-command-dispatch.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index fc357f89e..c4c9a7ae7 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -6,12 +6,11 @@ jobs: slashCommandDispatch: runs-on: ubuntu-latest steps: - - name: Slash Command Dispatch id: scd uses: peter-evans/slash-command-dispatch@v4 with: - token: ${{ secrets.SLANGBOT_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} reaction-token: ${{ secrets.SLANGBOT_PAT }} config: > [ |
