Skip to content

Commit

Permalink
Added buf registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 5, 2024
1 parent 05efb18 commit 9a37845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: Authenticate buf
run: echo $BUF_TOKEN | buf registry login --token-stdin
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
- run: yarn
- run: yarn lint:all
- run: yarn build:all
Expand Down

0 comments on commit 9a37845

Please sign in to comment.