Skip to content

Commit 4f671a0

Browse files
committed
Add ACPX docs link
1 parent 6e4cb8d commit 4f671a0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The default scaffold listens for a specific GitHub issue label, runs a chosen co
66

77
This repo also now ships a reusable composite action at `.github/actions/run-acpx-flow`, so generated workflows can reference a real `uses:` target instead of inlining the `acpx` bootstrap.
88

9+
For ACPX runtime and flow authoring docs, see:
10+
11+
- https://github.com/openclaw/acpx
12+
913
## What it generates
1014

1115
- `.github/workflows/<flow-name>.yml`
@@ -60,14 +64,14 @@ Example:
6064

6165
```yaml
6266
- name: Run Codex Review
63-
uses: your-org/acpx-gh-action/.github/actions/run-acpx-flow@main
67+
uses: code-rabi/acpx-gh-action/.github/actions/run-acpx-flow@main
6468
with:
6569
flow-path: flows/issue-label-agent.ts
6670
default-agent: codex
6771
input-json: '{"repo":"${{ github.repository }}","issueNumber":${{ github.event.issue.number }}}'
6872
setup-command: npm install -g acpx @openai/codex
6973
github-token: ${{ github.token }}
70-
agent-auth-name: OPENAI_API_KEY
74+
agent-auth-key: OPENAI_API_KEY
7175
agent-auth-value: ${{ secrets.OPENAI_API_KEY }}
7276
```
7377

0 commit comments

Comments
 (0)