Skip to content

Commit

Permalink
ci: Provide Github token to buf-setup-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Apr 5, 2023
1 parent cd32ed5 commit 84f45ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: "Install buf CLI"
uses: bufbuild/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: "Clean install dependencies"
run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: "Install buf CLI"
uses: bufbuild/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: "Install buf CLI"
uses: bufbuild/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate TypeScript code for Protobufs
run: buf generate buf.build/cheqd/proto
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: "Install buf CLI"
uses: bufbuild/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: "Clean install dependencies"
run: npm ci
Expand Down

0 comments on commit 84f45ae

Please sign in to comment.