Commit 45108f9
test(signed-push): manual smoke workflow (asserts Verified end-to-end) (#510)
Follow-up to #509 (which merged the `signed-push` action). Adds a
**manual** (`workflow_dispatch`) smoke test that proves the action
produces GitHub-**Verified** commits end-to-end.
## What it does
1. Creates a throwaway branch `ci/signed-push-smoke-<run>`.
2. Commits a trivial change locally.
3. Pushes it via `./.github/actions/signed-push` (App token →
`createCommitOnBranch`).
4. **Asserts** the resulting commit is `verified=true` (fails loudly if
not — the classic "App not installed / wrong secret" case).
5. Deletes the throwaway branch.
## Before running
Set on this repo (Settings → Secrets and variables → Actions):
- Variable **`APP_ID`**, Secret **`APP_PRIVATE_KEY`** — the estate
GitHub App.
Then: Actions → "signed-push smoke test" → Run workflow (on this
branch). Green = Arm B1 works.
Validated: `actionlint` clean, YAML parses, checkout SHA-pinned.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5359863 commit 45108f9
1 file changed
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments