We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7db52e commit 5b94210Copy full SHA for 5b94210
.github/workflows/dispatch-listener.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Dispatch workflow
20
uses: peter-evans/slash-command-dispatch@v4
21
with:
22
- token: ${{ secrets.ADMIN_PAT }} # must be a repo-scoped PAT
23
- reaction-token: ${{ secrets.ADMIN_PAT }} # optional, for reactions by user
+ token: ${{ secrets.PAT }} # must be a repo-scoped PAT
+ reaction-token: ${{ secrets.PAT }} # optional, for reactions by user
24
commands: |
25
run-tests
26
dispatch-type: workflow
0 commit comments