From 49c691e86862d092cd389a02beb4003ee59a4417 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Sat, 26 Oct 2024 10:51:26 +0800 Subject: Use github token for formatting command dispatch (#5418) --- .github/workflows/slash-command-dispatch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') 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: > [ -- cgit v1.2.3