Skip to content

feat: add command sending to service api #12

feat: add command sending to service api

feat: add command sending to service api #12

Workflow file for this run

name: Buf publish
on:
push:
branches: [main]
tags: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
# - uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}