We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da607d commit 3473de0Copy full SHA for 3473de0
.github/workflows/ci.yaml
@@ -29,3 +29,5 @@ jobs:
29
- run: |
30
buf --version
31
buf push --error-format github-actions --create --git-metadata
32
+ env:
33
+ BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
0 commit comments