Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 6b605a7

Browse files
committed
Attempting to debug with ssh
1 parent 9f76785 commit 6b605a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
unzip -v build/distributions/maven-sinclude-${CI_TAG}.zip
7171
curl --header "Authorization: Bearer ${BEARER}" --form bundle=@build/distributions/maven-sinclude-${CI_TAG}.zip https://central.sonatype.com/api/v1/publisher/upload
7272
73+
- name: Setup upterm session
74+
uses: lhotari/action-upterm@v1
75+
with:
76+
limit-access-to-actor: true
77+
7378
- name: Deploy master to gh-pages
7479
if: ${{ env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'master' }}
7580
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)