Skip to content

Commit

Permalink
fix protoc token
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 30, 2023
1 parent f3d2d2e commit eb11397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit eb11397

Please sign in to comment.