mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
93cf404f07
commit
0c475de589
3 changed files with 27 additions and 0 deletions
11
graph.fabro
Normal file
11
graph.fabro
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
digraph GhAuthTest {
|
||||
graph [goal="Verify GitHub CLI authentication works via GITHUB_TOKEN"]
|
||||
rankdir=LR
|
||||
|
||||
start [shape=Mdiamond, label="Start"]
|
||||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
check_auth [label="Check GH Auth", shape=parallelogram, script="echo '--- Checking gh auth status ---' && gh auth status && echo '--- Listing repo ---' && gh repo view fabro-sh/fabro --json name,owner -q '.owner.login + \"/\" + .name' && echo '--- Done ---'"]
|
||||
|
||||
start -> check_auth -> exit
|
||||
}
|
||||
12
manifest.json
Normal file
12
manifest.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"run_id": "01KKSQTN9WVY7YB8V1A1VQ9TAS",
|
||||
"workflow_name": "GhAuthTest",
|
||||
"goal": "Verify GitHub CLI authentication works via GITHUB_TOKEN",
|
||||
"start_time": "2026-03-15T21:53:23.920580Z",
|
||||
"node_count": 3,
|
||||
"edge_count": 2,
|
||||
"run_branch": "fabro/run/01KKSQTN9WVY7YB8V1A1VQ9TAS",
|
||||
"base_sha": "55eff404bc927177a28c9f07cc30814d927344d1",
|
||||
"base_branch": "fabro/run/01KKSDZQ2AHTFP2GQAQQW25MNP",
|
||||
"workflow_slug": "fabro-gh-test"
|
||||
}
|
||||
4
sandbox.json
Normal file
4
sandbox.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"provider": "local",
|
||||
"working_directory": "/Users/bhelmkamp/.fabro/runs/20260315-01KKSQTN9WVY7YB8V1A1VQ9TAS/worktree"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue