Skip to content

Drop production env push #3

Drop production env push

Drop production env push #3

Workflow file for this run

name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
env:
BUF_VERSION: "1.32.2"
jobs:
buf:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
token: ${{ secrets.BUF_TOKEN }}