We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de336b1 commit fe6b1beCopy full SHA for fe6b1be
internal/automation/prod/repositories.yaml
@@ -19,3 +19,13 @@ repositories:
19
supported-commands:
20
- stage-release
21
- publish-release
22
+ - name: "gax-go"
23
+ full-name: https://github.com/googleapis/gax-go
24
+ github-token-secret-name: "gax-go-github-token"
25
+ supported-commands:
26
+ - publish-release
27
+ - name: "gapic-generator-go"
28
+ full-name: https://github.com/googleapis/gapic-generator-go
29
+ github-token-secret-name: "gapic-generator-go-github-token"
30
31
0 commit comments