Skip to content

Commit bb2185e

Browse files
authored
Merge pull request #29 from eval-hub/cve-fixer-creds
docs(cve-fixer): add section on GitHub credentials for CVE fixer job
2 parents 46d5dd3 + de0fda7 commit bb2185e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/build-details/cve-fixer.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ This is the initial prompt for the job:
2525
> The PR should also update the major golang version, if needed, in the the file `Containerfile`.
2626
> If there are other files in the repository that require updaing due to new golang version then
2727
> mention them in the PR.
28+
29+
## github credentials
30+
31+
The `github` credentials that are used for this job is a fine-grained personal access token that
32+
has the following characteristics:
33+
34+
Organization: [eval-hub](https://github.com/eval-hub)
35+
Repositories: `all`
36+
37+
| Permission | Access |
38+
| ---------- | ------ |
39+
| Metadata (Required) | `Read-only` |
40+
| Contents | `Read and write` |
41+
| Pull requests | `Read and write` |

0 commit comments

Comments
 (0)