Commit 89ad120
committed
fix: use org OPENAPI secret for sync workflow
The workflow previously referenced secrets.OPENAPI_SYNC_TOKEN, which
does not exist in the org or repo and caused both post-merge runs of
'TinyNode Shared OpenAPI Sync' to fail at the receiver checkout step.
Switching to secrets.OPENAPI reuses the already-working org-level
secret that rerum_server_nodejs's sync workflows use. TinyNode must be
added to that secret's selected-repos list for the sync to succeed.1 parent c57090d commit 89ad120
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments