Skip to content

fix(interchaintest-e2e.yml): fix path to go mod download command to c… #28

fix(interchaintest-e2e.yml): fix path to go mod download command to c…

fix(interchaintest-e2e.yml): fix path to go mod download command to c… #28

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 }}