Skip to content

Commit cc38122

Browse files
Use correct buf login command (#2466)
This was moved to buf registry login in the v1.0.0 release candidates
1 parent 58634e4 commit cc38122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- image: bufbuild/buf:1.0.0-rc8
151151
steps:
152152
- checkout
153-
- run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
153+
- run: echo "${BUF_API_TOKEN}" | buf registry login --username grpcgatewaybot --token-stdin
154154
# Limit pushes to protoc-gen-openapiv2 files. This is a total hack.
155155
# It excludes all the files that we don't want to publish, just for the push step.
156156
- run: echo -e " - examples\n - internal\n - runtime" >> buf.yaml

0 commit comments

Comments
 (0)