Skip to content

Commit

Permalink
chore: release workflow auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSanchi committed Dec 24, 2024
1 parent d17b4ce commit e063f4c
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 @@ -21,6 +21,9 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Test SSH Connection
run: ssh -T git@github.com

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e063f4c

Please sign in to comment.