Skip to content

Commit

Permalink
Use correct buf login command (#2466)
Browse files Browse the repository at this point in the history
This was moved to buf registry login in the
v1.0.0 release candidates
  • Loading branch information
johanbrandhorst authored Dec 15, 2021
1 parent 58634e4 commit cc38122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- image: bufbuild/buf:1.0.0-rc8
steps:
- checkout
- run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
- run: echo "${BUF_API_TOKEN}" | buf registry login --username grpcgatewaybot --token-stdin
# Limit pushes to protoc-gen-openapiv2 files. This is a total hack.
# It excludes all the files that we don't want to publish, just for the push step.
- run: echo -e " - examples\n - internal\n - runtime" >> buf.yaml
Expand Down

0 comments on commit cc38122

Please sign in to comment.