From cc1e40921e942203b7f8563c03b5245085f5ccb5 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 18 Nov 2024 14:48:02 +0330 Subject: [PATCH] v2: ci Signed-off-by: nfel --- .gitea/workflows/buf-ci.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index 47705bb..283c22e 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -17,9 +17,12 @@ jobs: token: ${{ secrets.PROD_REG_TOKEN }} path: ./main submodules: recursive - - uses: bufbuild/buf-action@v1 - with: - token: 3f12fe38656b6e6423daad49945922b292322862cac00f4a922f68ea44e44c00 - setup_only: true - pr_comment: true + # - uses: bufbuild/buf-action@v1 + # with: + # token: 3f12fe38656b6e6423daad49945922b292322862cac00f4a922f68ea44e44c00 + # setup_only: 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