We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff0384 commit db2f637Copy full SHA for db2f637
.github/workflows/publish-python.yml
@@ -24,9 +24,9 @@ jobs:
24
python-version: "3.11"
25
26
- 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: .
+ uses: bufbuild/[email protected]
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Install Python dependencies
32
run: |
0 commit comments