Skip to content

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 #91

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2

build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 #91

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
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
# token: ${{ secrets.BUF_TOKEN }}
input: "api"
# Change setup_only to true if you only want to set up the Action and not execute other commands.
# Otherwise, you can delete this line--the default is false.
setup_only: false
# Optional GitHub token for API requests. Ensures requests aren't rate limited.
github_token: ${{ secrets.GITHUB_TOKEN }}