Skip to content

Commit 5b94210

Browse files
authored
Update dispatch-listener.yml
1 parent c7db52e commit 5b94210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch-listener.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Dispatch workflow
2020
uses: peter-evans/slash-command-dispatch@v4
2121
with:
22-
token: ${{ secrets.ADMIN_PAT }} # must be a repo-scoped PAT
23-
reaction-token: ${{ secrets.ADMIN_PAT }} # optional, for reactions by user
22+
token: ${{ secrets.PAT }} # must be a repo-scoped PAT
23+
reaction-token: ${{ secrets.PAT }} # optional, for reactions by user
2424
commands: |
2525
run-tests
2626
dispatch-type: workflow

0 commit comments

Comments
 (0)