Skip to content

Bump bufbuild/buf-setup-action from 1.25.0 to 1.27.2 (#64) #12

Bump bufbuild/buf-setup-action from 1.25.0 to 1.27.2 (#64)

Bump bufbuild/buf-setup-action from 1.25.0 to 1.27.2 (#64) #12

Workflow file for this run

name: buf
on:
push:
branches: ["main"]
workflow_dispatch: {} # support manual runs
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- uses: bufbuild/[email protected]
with:
input: 'limit-output-types'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'linting/bad'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'linting/good'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'workspace/observabilitytypes'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'workspace/observabilityapi'
buf_token: ${{ secrets.BUF_TOKEN }}