Skip to content

Commit

Permalink
add ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 28, 2023
1 parent 75f21d7 commit 1be2293
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ jobs:
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
# provide access to SSH user that triggered the build
limit-access-to-actor: true

- name: Helm install
run: |
helm dep up ./helm/alfresco-content-services
Expand Down

0 comments on commit 1be2293

Please sign in to comment.