Skip to content

Commit

Permalink
Use github token for formatting command dispatch (#5418)
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored Oct 26, 2024
1 parent 311413d commit 49c691e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
[
Expand Down

0 comments on commit 49c691e

Please sign in to comment.