Skip to content

Commit

Permalink
setup-protoc update (#912)
Browse files Browse the repository at this point in the history
* update protoc and pass default token with repo-token

* update protoc and pass default token with repo-token

---------

Co-authored-by: atavism <[email protected]>
  • Loading branch information
atavism and atavism authored Sep 14, 2023
1 parent 01f5cbb commit 8f368aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
java-version: 11

- name: Setup protoc
uses: arduino/setup-protoc@v1.2.0
uses: arduino/setup-protoc@v2
with:
version: '3.x'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Activate protoc-gen-dart plugin
run: |
Expand Down

0 comments on commit 8f368aa

Please sign in to comment.