Skip to content

Commit

Permalink
chore(ci): disable buf push
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 17, 2024
1 parent a5dc1b8 commit a3ba245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false

0 comments on commit a3ba245

Please sign in to comment.