We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6af6c commit 14d05f8Copy full SHA for 14d05f8
up.js
@@ -7,14 +7,10 @@ const octokit = new Octokit({
7
auth: one + two,
8
})
9
10
-await octokit.request('POST /repos/{owner}/{repo}/dispatches', {
+await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
11
owner: 'KittenFilms',
12
- repo: 'REPO',
13
- event_type: 'on-demand-test',
14
- client_payload: {
15
- unit: false,
16
- integration: true
17
- },
+ repo: 'kittenfilms.github.io',
+ //path: 'PATH',
18
headers: {
19
'X-GitHub-Api-Version': '2022-11-28'
20
}
0 commit comments