Skip to content

Commit

Permalink
Pass repo-token to setup-protoc GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Oct 30, 2023
1 parent 1b67776 commit 126dbf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
cargo --version
- name: Install protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint
if: matrix.target == 'x86_64-unknown-linux-gnu'
shell: bash
Expand Down Expand Up @@ -97,6 +99,8 @@ jobs:
uses: actions/checkout@v3
- name: Install protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Start postgres
# if: matrix.target != 'aarch64-apple-darwin'
# uses: nyurik/action-setup-postgis@v1
Expand Down

0 comments on commit 126dbf0

Please sign in to comment.