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 094fad2 commit e38eaacCopy full SHA for e38eaac
.github/workflows/trigger.yml
@@ -13,7 +13,7 @@ jobs:
13
curl -X POST \
14
-H "Accept: application/vnd.github.v3+json" \
15
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
16
- https://api.github.com/repos/${{ github.repository_owner }}/compiledUserscripts/dispatches \
+ https://api.github.com/repos/${{ github.repository }}/compiledUserscripts/dispatches \
17
-d '{
18
"event_type": "source_push",
19
"client_payload": {
0 commit comments