Skip to content

Commit

Permalink
add verification of access to github in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 4, 2024
1 parent 76b216c commit 46a7916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
eval $(ssh-agent -s)
ssh-add ~/.ssh/msusel_ci_bot_key
# verify ssh access to github
ssh -T [email protected]
- name: Create Maven settings.xml for SSH authentication
run: |
mkdir -p ~/.m2
Expand Down

0 comments on commit 46a7916

Please sign in to comment.