Skip to content

Merge pull request #819 from meshtastic/rcarteraz-patch-2 #944

Merge pull request #819 from meshtastic/rcarteraz-patch-2

Merge pull request #819 from meshtastic/rcarteraz-patch-2 #944

Workflow file for this run

name: Push commit to schema registry
permissions:
contents: read
on:
push:
branches:
- master
jobs:
push_to_registry:
name: Push to schema registry
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Push to schema registry
uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
token: ${{ secrets.BUF_TOKEN }}
push: true