Skip to content

Commit

Permalink
fix: drop username from the command
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Oct 30, 2024
1 parent 8a49c46 commit 9dde1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buf-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
pr_comment: false
lint: false
- run: |
echo ${{ secrets.BUF_TOKEN }} | buf registry login --username ${{ secrets.BUF_USER }} --token-stdin
echo ${{ secrets.BUF_TOKEN }} | buf registry login --token-stdin
buf push --error-format github-actions --exclude-unnamed --git-metadata --create

0 comments on commit 9dde1a9

Please sign in to comment.