Skip to content

Commit

Permalink
skipping ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
grasskode committed Jan 11, 2024
1 parent 9539111 commit ae34166
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- name: Install protoc generators
run: |
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
- name: Configure ssh agent
uses: webfactory/[email protected]
with:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
ssh-private-key: ${{ secrets.GH_ACTION_SSH_KEY }}
- name: Generate and push
run: |
bash generate_docs.sh
Expand Down

0 comments on commit ae34166

Please sign in to comment.