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 47669ec commit 9d4aa7dCopy full SHA for 9d4aa7d
.github/workflows/dispatch-listener.yml
@@ -19,11 +19,13 @@ jobs:
19
- name: Dispatch workflow
20
uses: peter-evans/slash-command-dispatch@v4
21
with:
22
- token: ${{ secrets.PAT }} # must be a repo-scoped PAT
23
- reaction-token: ${{ secrets.PAT }} # optional, for reactions by user
+ token: ${{ secrets.PAT }}
+ reaction-token: ${{ secrets.PAT }}
24
commands: |
25
- run-tests
26
- dispatch-type: workflow
27
- workflow: workflow.yml
28
- inputs: |
29
- pr_number: ${{ github.event.issue.number }}
+ run-tests:
+ permission: write
+ dispatch-type: workflow
+ repository: neurostuff/neurostore
+ workflow: workflow.yml
30
+ inputs:
31
+ pr_number: ${{ github.event.issue.number }}
0 commit comments