Skip to content

Commit

Permalink
protoc: add gh token for setup-protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 22, 2024
1 parent e7976e1 commit 125ff46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- if: runner.os == 'Windows'
name: Choco install protoc
uses: crazy-max/ghaction-chocolatey@v2
Expand Down Expand Up @@ -421,6 +422,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: make get_pact_ffi
# - run: make get_pact_plugins
- run: make swift
Expand Down Expand Up @@ -484,6 +486,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- if: runner.os == 'Windows'
name: Choco install protoc
uses: crazy-max/ghaction-chocolatey@v2
Expand Down Expand Up @@ -539,6 +542,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
# if: runner.os == 'macOS'
- run: make get_pact_ffi
- run: make dotnet
Expand Down

0 comments on commit 125ff46

Please sign in to comment.