Skip to content

Commit

Permalink
Authenticate to buf
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 27, 2024
1 parent 7097c61 commit 36c63fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- uses: bufbuild/buf-setup-action@v1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
- run: make dev
- run: make test

0 comments on commit 36c63fd

Please sign in to comment.