Skip to content

Commit

Permalink
PT-502 Experimental: SSH to github actions
Browse files Browse the repository at this point in the history
Signed-off-by: James Newman <[email protected]>
  • Loading branch information
jamescnewman committed Apr 5, 2024
1 parent e96ba13 commit 5666de6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GIT_CHECKOUT_PAT }}

# - name: Tailscale SSH debug (${{ inputs.ssh-debug && 'enabled' || 'disabled' }})
# uses: botsandus/github-actions/.github/workflows/tailscale-ssh@TECH-149-Add-SSH-debug
# with:
# ssh-timeout: ${{ inputs.ssh-timeout }}
# ts-authkey: ${{ secrets.TAILSCALE_CI_BUILDER_KEY }}
- name: Tailscale SSH debug (${{ inputs.ssh-debug && 'enabled' || 'disabled' }})
uses: botsandus/github-actions/.github/workflows/tailscale-ssh@TECH-149-Add-SSH-debug
with:
ssh-timeout: ${{ inputs.ssh-timeout }}
ts-authkey: ${{ secrets.TAILSCALE_CI_BUILDER_KEY }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 5666de6

Please sign in to comment.