We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565da4f commit bb63d64Copy full SHA for bb63d64
.github/workflows/buf-push.yaml
@@ -17,6 +17,6 @@ jobs:
17
with:
18
github_token: ${{ secrets.GITHUB_TOKEN }} # Optional: Recommended for fetching private dependencies
19
- name: Log in to Buf Schema Registry
20
- run: buf registry login ${{ secrets.BUF_USER }} --token-stdin < ${{ secrets.BUF_TOKEN }}
+ run: echo ${{secrets.BUF_TOKEN}} | buf registry login ${{ secrets.BUF_USER }} --token-stdin
21
- name: Push schema to Buf Schema Registry
22
run: buf push
0 commit comments