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 8030323 commit c5deef1Copy full SHA for c5deef1
1 file changed
.github/workflows/test-dispatch.yml
@@ -1,13 +1,17 @@
1
name: Test Dispatch
2
on: workflow_dispatch
3
4
+permissions:
5
+ pull-requests: write
6
+ contents: write
7
+
8
jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Test repository dispatch
13
uses: peter-evans/repository-dispatch@v2
14
with:
- token: ${{ secrets.PUBLIC_REPO_SCOPED_TOKEN }}
15
+ # token: ${{ secrets.PUBLIC_REPO_SCOPED_TOKEN }}
16
event-type: tests
17
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments