Skip to content

feat: Add UpdateServiceMeta and UpdatePlayerCount requests, and updat… #23

feat: Add UpdateServiceMeta and UpdatePlayerCount requests, and updat…

feat: Add UpdateServiceMeta and UpdatePlayerCount requests, and updat… #23

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
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}