Merge pull request #734 from meshtastic/deprecate-gps-format #900
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |