Commit 0dcd8fd
committed
fix: use explicit contents:read permission instead of empty block
permissions: {} removes all scopes including contents:read, which
breaks actions/checkout on private repos. Grant the minimal required
permission explicitly.
https://claude.ai/code/session_013DBSzYMmxuKo9vsjMwXzJQ1 parent 1240be1 commit 0dcd8fd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments