No description
Find a file
2025-10-26 10:40:34 +00:00
action.yml whitespace 2025-10-26 11:40:23 +01:00
README.md add action.yml 2025-10-26 11:25:48 +01:00

Setup SSH Action

This action configures SSH in workflows.

Usage

jobs:
  job_name:
    runs-on: docker
    steps:
      - name: Setup ssh
        uses: https://git.var-lab.com/actions/setup-ssh@main
        with:
          ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
          server_ip: 1.2.3.4