Skip to content

Commit c5deef1

Browse files
authored
Update test-dispatch.yml
1 parent 8030323 commit c5deef1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-dispatch.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Test Dispatch
22
on: workflow_dispatch
33

4+
permissions:
5+
pull-requests: write
6+
contents: write
7+
48
jobs:
59
test:
610
runs-on: ubuntu-latest
711
steps:
812
- name: Test repository dispatch
913
uses: peter-evans/repository-dispatch@v2
1014
with:
11-
token: ${{ secrets.PUBLIC_REPO_SCOPED_TOKEN }}
15+
# token: ${{ secrets.PUBLIC_REPO_SCOPED_TOKEN }}
1216
event-type: tests
1317
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)