Skip to content

chore: in Gnoboard, use the Gnonative npm package (#181) #50

chore: in Gnoboard, use the Gnonative npm package (#181)

chore: in Gnoboard, use the Gnonative npm package (#181) #50

Workflow file for this run

name: buf-push
on:
push:
branches:
- main
# from https://docs.buf.build/ci-cd/github-actions#buf-push
jobs:
buf-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
# @TODO(gfanton): enable this ?
# - uses: bufbuild/buf-lint-action@v1
# - uses: bufbuild/buf-breaking-action@v1
# with:
# # The 'main' branch of the GitHub repository that defines the module.
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1"
- uses: bufbuild/buf-push-action@v1
with:
input: "api"
buf_token: ${{ secrets.BUF_TOKEN }}