Commit fec7c7e
authored
fix: add owner param to GitHub App token for cross-repo access (#182)
The app token needs `owner: aws` to generate a token scoped to all
repos the app is installed on, not just the current repo. Without this,
the token can't clone the CDK repo.1 parent 8435a43 commit fec7c7e
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments