Skip to content

Commit

Permalink
add ssh setup to be able to push during release
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMichi1 authored Mar 10, 2024
1 parent 1d79fd2 commit fea98e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
ref: main

- name: SSH setup
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Set up JDK 21
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
Expand Down

0 comments on commit fea98e6

Please sign in to comment.