File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,12 @@ jobs:
132132 env :
133133 SLACK_BOT_TOKEN : ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
134134
135- # - name: Tailscale # In order to be able to SSH when a test fails
136- # uses: /transformers/.github/workflows/action.yaml
137- # with:
138- # authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
139- # slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
140- # slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
141- # waitForSSH: true
135+
136+ my_job :
137+ - name : Tailscale # In order to be able to SSH when a test fails
138+ uses : ./.github/workflows/action.yaml
139+ with :
140+ authkey : ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
141+ slackChannel : ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
142+ slackToken : ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
143+ waitForSSH : true
You can’t perform that action at this time.
0 commit comments