Skip to content

Commit 238bca4

Browse files
committed
debug ssh
1 parent 2e70068 commit 238bca4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bumpVersions.yml

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
6262
UPDATECLI_GITHUB_USERNAME: ${{ vars.BOT_GITHUB_USERNAME}}
6363

64+
- name: Setup tmate session
65+
uses: mxschmitt/action-tmate@v3
66+
with:
67+
# provide access to SSH user that triggered the build
68+
limit-access-to-actor: true
69+
6470
- name: Git Auto Commit
6571
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
6672
with:

0 commit comments

Comments
 (0)