We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a3c53 commit 66231deCopy full SHA for 66231de
.github/workflows/deploy.yml
@@ -31,5 +31,10 @@ jobs:
31
sed -i "s/\${GPG_PASSPHRASE}/$GPG_PASSPHRASE/g" ./pom.xml
32
cat ./pom.xml
33
name: Generate GPG key
34
+ - name: Set up SSH key
35
+ run: |
36
+ mkdir -p ~/.ssh
37
+ echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
38
+ chmod 600 ~/.ssh/id_rsa
39
- name: Deploy
40
run: mvn deploy -Prelease -X
0 commit comments