Skip to content

Commit

Permalink
add temp ssh session
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jul 3, 2024
1 parent 805056a commit 6167a40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
env:
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}
- name: Check out code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6167a40

Please sign in to comment.