diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-26 10:51:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 10:51:26 +0800 |
| commit | 49c691e86862d092cd389a02beb4003ee59a4417 (patch) | |
| tree | 97e7b2856332b33da627e9d6f4b3ef5731cfb4ee | |
| parent | 311413d382625613ef09036336fb89dbd4d3c7e7 (diff) | |
Use github token for formatting command dispatch (#5418)
| -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: > [ |
