Merge pull request #563 from GUVWAF/traceroute2way #763
This file contains 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: Setup Buf | |
uses: bufbuild/[email protected] | |
with: | |
github_token: ${{ github.token }} | |
- name: Push to schema registry | |
uses: bufbuild/[email protected] | |
with: | |
buf_token: ${{ secrets.BUF_TOKEN }} |