Skip to content

docs(README.md): update structure and content description #40

docs(README.md): update structure and content description

docs(README.md): update structure and content description #40

Workflow file for this run

name: Publish to buf.build/didao
on:
push:
permissions:
contents: write
issues: write
jobs:
buf_push:
runs-on: ubuntu-latest
steps:
# Run `git checkout`
- uses: actions/checkout@v2
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v1
# Push only the Input in `proto` to the BSR
- uses: bufbuild/buf-push-action@v1
with:
input: proto
buf_token: ${{ secrets.BUF_TOKEN }}