You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"level": "info",
"message": "Running command: \"git push my-github-app[bot] backport/8.17/pr-173:backport/8.17/pr-173 --force\"",
"metadata": {},
"timestamp": "2024-12-12 14:51:37"
}
{
"level": "error",
"message": "runSequentially failed Code: 128, Args: \"push my-github-app[bot] backport/8.17/pr-173:backport/8.17/pr-173 --force\", Message: fatal: 'my-github-app[bot]' does not appear to be a git repository\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.",
"metadata": {
"context": {
"cmdArgs": [
"push",
"my-github-app[bot]",
"backport/8.17/pr-173:backport/8.17/pr-173",
"--force"
],
"code": 128,
"stderr": "fatal: 'my-github-app[bot]' does not appear to be a git repository\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n",
"stdout": ""
},
"name": "SpawnError",
"stack": "SpawnError: Code: 128, Args: \"push my-github-app[bot] backport/8.17/pr-173:backport/8.17/pr-173 --force\", Message: fatal: 'my-github-app[bot]' does not appear to be a git repository\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n at ChildProcess.<anonymous> (/usr/local/lib/node_modules/backport/dist/lib/child-process-promisified.js:53:29)\n at ChildProcess.emit (node:events:517:28)\n at maybeClose (node:internal/child_process:1098:16)\n at ChildProcess._handle.onexit (node:internal/child_process:303:5)\n at Process.callbackTrampoline (node:internal/async_hooks:128:17)"
},
"timestamp": "2024-12-12 14:51:37"
}
The text was updated successfully, but these errors were encountered:
If I use a GitHub app to create an Ephemeral GitHub token it's not working as expected
Then it uses
my-github-app[bot]
And it fails
The text was updated successfully, but these errors were encountered: