You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,9 @@ Generated Scorecard issue for the bronze level:
233
233
| `blueprint` | Blueprint identifier | true | |
234
234
| `scorecard` | Scorecard identifier | true | |
235
235
| `opeation_kind` | What operation should the sender do, leave at - `issue_handler` | true | |
236
+
| `target_kind` | leave at - `github` | true | |
236
237
| `filter_rule` | The [rule filter](https://docs.getport.io/search-and-query/#rules) to apply on the data queried from Port | false | |
237
-
| `github_api_url` | Github API URL. We recommend setting this to Github's `github.api_url` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) URL | true | |
238
+
| `github_api_url` | Github API URL. We recommend setting this to Github's `github.api_url` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) URL. Using GitHub Cloud, you should use - `https://api.github.com` | true | |
238
239
| `github_repository` | The Github Repository. We recommend setting this to Github's `github.repository` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values) | true | |
239
240
| `github_token` | The Github's Token used for create/get/update operations on issues. We recommend setting this to Github's `github.token` [context variable](https://docs.github.com/en/actions/learn-github-actions/variables#using-contexts-to-access-variable-values), and granting it default `issues: write` [permissions](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) | true | |
0 commit comments