Skip to content

Adds a blank config for fetching a remote admin session key #406

Adds a blank config for fetching a remote admin session key

Adds a blank config for fetching a remote admin session key #406

Workflow file for this run

name: pull-request
permissions:
contents: read
on: pull_request
jobs:
build:
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: Lint
uses: bufbuild/[email protected]
- name: Push to schema registry
uses: bufbuild/[email protected]
with:
buf_token: ${{ secrets.BUF_TOKEN }}
draft: ${{ github.ref_name != 'master'}}