Skip to content

Commit

Permalink
changes to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
grasskode committed Jan 11, 2024
1 parent 8d46dd5 commit 9539111
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
go-version: "1.21"
- name: Install Protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.21.0
version: "21.x"
- name: Install protoc generators
run: |
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
Expand All @@ -45,8 +45,6 @@ jobs:
with:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
ssh-private-key: ${{ secrets.GH_ACTION_SSH_KEY }}
- name: Configure git
run: git config --global --add url."[email protected]:".insteadOf "https://github.com/"
- name: Generate and push
run: |
bash generate_docs.sh
Expand Down

0 comments on commit 9539111

Please sign in to comment.