Commit 71c3b69
authored
Fix read contents CI permissions (#61)
## Why is this change necessary?
Read contents permission is lost when redefining permissions explicitly,
so any private repos fail to be able to checkout code
## How does this change address the issue?
explicitly grants read contents permission wherever permissions are
redefined and it's needed
## What side effects does this change have?
none
## How is this change tested?
downstream repo1 parent 5f0bcae commit 71c3b69
File tree
3 files changed
+4
-1
lines changed- template/.github/workflows
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments