We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e70068 commit 238bca4Copy full SHA for 238bca4
.github/workflows/bumpVersions.yml
@@ -61,6 +61,12 @@ jobs:
61
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
62
UPDATECLI_GITHUB_USERNAME: ${{ vars.BOT_GITHUB_USERNAME}}
63
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
+
70
- name: Git Auto Commit
71
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
72
with:
0 commit comments