The error message Error: Cannot read properties of undefined (reading 'id') isn't very descriptive. I looked into this action's source code and realized that the app wasn't properly installed to the repo so this line throws:
|
let installationId = installations.data[0].id; |
The error message
Error: Cannot read properties of undefined (reading 'id')isn't very descriptive. I looked into this action's source code and realized that the app wasn't properly installed to the repo so this line throws:action-github-app-token/src/main.ts
Line 25 in 86b9938