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 58634e4 commit cc38122Copy full SHA for cc38122
.circleci/config.yml
@@ -150,7 +150,7 @@ jobs:
150
- image: bufbuild/buf:1.0.0-rc8
151
steps:
152
- checkout
153
- - run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
+ - run: echo "${BUF_API_TOKEN}" | buf registry login --username grpcgatewaybot --token-stdin
154
# Limit pushes to protoc-gen-openapiv2 files. This is a total hack.
155
# It excludes all the files that we don't want to publish, just for the push step.
156
- run: echo -e " - examples\n - internal\n - runtime" >> buf.yaml
0 commit comments