summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-26 10:51:26 +0800
committerGitHub <noreply@github.com>2024-10-26 10:51:26 +0800
commit49c691e86862d092cd389a02beb4003ee59a4417 (patch)
tree97e7b2856332b33da627e9d6f4b3ef5731cfb4ee /.github/workflows
parent311413d382625613ef09036336fb89dbd4d3c7e7 (diff)
Use github token for formatting command dispatch (#5418)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/slash-command-dispatch.yml3
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: >
[