You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(docs): dispatch convoy-go, convoy.rb and convoy-php SDK generation (#2740)
* ci(docs): dispatch convoy-go, convoy.rb and convoy-php SDK generation
adds the three repos to the trigger-sdk-repos matrix. each repo owns its
generator behind the shared sdk_generation.yaml filename and inputs
(convoy-go: oapi-codegen; convoy.rb / convoy-php: OpenAPI Generator).
SDK_REPOS_PAT must cover the new repos.
* docs: extend SDK client doc for go, ruby and php generation
@@ -47,8 +50,8 @@ and inputs (`force`, `feature_branch`); each repo owns its generator.
47
50
| Secret | Where | Purpose |
48
51
| --- | --- | --- |
49
52
|`SPEAKEASY_API_KEY`|`convoy`, `convoy.js`| Speakeasy generation (JS only now) |
50
-
|`SDK_REPOS_PAT`|`convoy`| Dispatch workflows / open PRs on SDK repos|
51
-
|`SDK_BOT_PAT`|`convoy.js`, `convoy-python`, `convoy-java`| Open generation PRs so verify CI triggers — PRs opened with `GITHUB_TOKEN` do not fire `pull_request` workflows. Can be the same fine-grained token as `SDK_REPOS_PAT` (which must also cover `convoy-java`). |
53
+
|`SDK_REPOS_PAT`|`convoy`| Dispatch workflows / open PRs on every SDK repo in the matrix|
54
+
|`SDK_BOT_PAT`|every SDK repo (`convoy.js`, `convoy-python`, `convoy-java`, `convoy-go`, `convoy.rb`, `convoy-php`) | Open generation PRs so verify CI triggers — PRs opened with `GITHUB_TOKEN` do not fire `pull_request` workflows. Can be the same fine-grained token as `SDK_REPOS_PAT` (which must cover all matrix repos). |
0 commit comments