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 eb11397 commit 4abc00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Clear Go Modules cache
run: go clean -modcache
Expand Down

0 comments on commit 4abc00b

Please sign in to comment.