Commit c287232
committed
add a verify-only mode to the registry workflow
The key-to-DNS pairing cannot be checked from outside: the secret is
write-only and the TXT record only carries the public half. login
performs the full ownership proof -- it signs a challenge that the
registry verifies against the record -- so a verify_only dispatch
exercises everything short of publishing. The publish step is skipped
when the input is set; workflow_run triggers are unaffected.
Refs: #221 parent 4a21594 commit c287232
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments