Skip to content

Commit db2f637

Browse files
committed
ci: use buf setup action
1 parent 9ff0384 commit db2f637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python-version: "3.11"
2525

2626
- name: Install buf
27-
run: |
28-
curl -sSL "https://github.com/bufbuild/buf/releases/download/v1.28.1/buf-Linux-x86_64.tar.gz" | tar -xz -C /usr/local --strip-components 1
29-
working-directory: .
27+
uses: bufbuild/[email protected]
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Install Python dependencies
3232
run: |

0 commit comments

Comments
 (0)