Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-18 14:48:02 +03:30
parent 9cf66797da
commit cc1e40921e
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -17,9 +17,12 @@ jobs:
token: ${{ secrets.PROD_REG_TOKEN }} token: ${{ secrets.PROD_REG_TOKEN }}
path: ./main path: ./main
submodules: recursive submodules: recursive
- uses: bufbuild/buf-action@v1 # - uses: bufbuild/buf-action@v1
with: # with:
token: 3f12fe38656b6e6423daad49945922b292322862cac00f4a922f68ea44e44c00 # token: 3f12fe38656b6e6423daad49945922b292322862cac00f4a922f68ea44e44c00
setup_only: true # setup_only: true
pr_comment: true # pr_comment: true
- uses: bufbuild/buf-setup-action@v1.47.2
# Ensure that `buf` is installed
- run: buf --version
- run: buf build --error-format github-actions - run: buf build --error-format github-actions