Skip to content

Commit

Permalink
Push key
Browse files Browse the repository at this point in the history
  • Loading branch information
skyforce77 committed Oct 19, 2023
1 parent 6727d31 commit c102c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
env:
SSH_PUSH_KEY: ${{ secrets.SSH_PUSH_KEY }}
run: |
mkdir ~/.ssh
echo "${SSH_PUSH_KEY}" > ~/.ssh/id_rsa
git remote add jakarta https://github.com/authlete/authlete-java-jakarta.git
git remote -v
Expand Down

0 comments on commit c102c0e

Please sign in to comment.