Skip to content

Commit

Permalink
Update browerstack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 25, 2023
1 parent 4c4abdc commit 1363634
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
go-version: 1.19

- name: Install protoc-gen-go
run: |
go get google.golang.org/protobuf/cmd/protoc-gen-go
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Granting private modules access
run: |
git config --global url."https://${{ secrets.GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
Expand Down

0 comments on commit 1363634

Please sign in to comment.