Skip to content

Commit

Permalink
ci: fix proto registry workflow (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Sep 6, 2022
1 parent c3a0399 commit 27e5769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- "gogoproto/**"
- ".github/workflows/proto-registry.yml"

jobs:
push:
Expand All @@ -16,5 +17,4 @@ jobs:
- uses: bufbuild/buf-setup-action@v1.7.0
- uses: bufbuild/buf-push-action@v1
with:
input: "gogoproto"
buf_token: ${{ secrets.BUF_TOKEN }}

0 comments on commit 27e5769

Please sign in to comment.