Skip to content

Commit

Permalink
another job
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent 0045d04 commit 7d9d46f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}

# - name: Tailscale # In order to be able to SSH when a test fails
# uses: /transformers/.github/workflows/action.yaml
# with:
# authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
# waitForSSH: true

my_job:
- name: Tailscale # In order to be able to SSH when a test fails
uses: ./.github/workflows/action.yaml
with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
waitForSSH: true

0 comments on commit 7d9d46f

Please sign in to comment.