Generate Terraform step fails
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this on both cupcake and frosting:
```
Run actions/create-github-app-token@v2
with:
owner: javaBin
skip-token-revoke: false
github-api-url: https://api.github.com/
Input 'repositories' is not set. Creating token for all repositories owned by javaBin.
Error: [@octokit/auth-app] appId option is required
at createAppAuth (/home/runner/work/_actions/actions/create-github-app-token/v2/dist/main.cjs:47665:11)
at main (/home/runner/work/_actions/actions/create-github-app-token/v2/dist/main.cjs:47956:17)
at Object. (/home/runner/work/_actions/actions/create-github-app-token/v2/dist/main.cjs:48079:20)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
at Module.load (node:internal/modules/cjs/loader:1266:32)
at Module._load (node:internal/modules/cjs/loader:1091:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
at node:internal/main/run_main_module:28:49
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the workflow step that generates Terraform for cupcake and frosting, starting at the actions/create-github-app-token@v2 invocation shown in the report. Determine how the GitHub App credentials are configured and verify the step completes successfully for both targets without the missing appId error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, terraform
- Domain
- ci-cd, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100