Skip to content

Commit 284a9e4

Browse files
committed
feat: Use GITHUB_REPOSITORY and GITHUB_REPOSITORY_ID for jibril config
1 parent 5f49b0a commit 284a9e4

File tree

2 files changed

+91
-53
lines changed

2 files changed

+91
-53
lines changed

apispec/api.gen.go

Lines changed: 81 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apispec/api.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,20 @@ paths:
5555
- project_id
5656
- "read:settings"
5757
parameters:
58-
- name: github_workflow_ref
58+
- name: github_repository
59+
in: query
60+
description: The owner and repository name. For example, octocat/Hello-World.
61+
required: true
62+
schema:
63+
type: string
64+
example: octocat/Hello-World
65+
- name: github_repository_id
5966
in: query
67+
description: The GitHub repository ID.
6068
required: true
61-
description: The github_workflow_ref to fetch the configuration for.
6269
schema:
6370
type: string
71+
example: "123456789"
6472
responses:
6573
"200":
6674
description: Settings retrieved successfully

0 commit comments

Comments
 (0)