Skip to content

tilaa-setup

Actions
Action to setup tilaa cli
v0.1.0
Latest
Star (1)

Tilaa Setup action

GitHub Super-Linter CI Check dist/ CodeQL Coverage

Usage

This action can be used to sign in on the Tilaa-cloud API. This will make the Tilaa command-line tool available in GitHub Actions. The tool allows you to interact with our platform, like you can do local.

We recommend to use secrets to pass you Tilaa username and password to make sure you do not expose them to the world.

steps:
  - name: Login to Tilaa
    uses: tilaa-cloud/tilaa-setup@main
    with:
      username: ${{ secrets.TILAA_USER }}
      password: ${{ secrets.TILAA_PASSWORD }}

  - name:
    run: tilaa namespace list

  - name:
    run: tilaa container modify --image hello-world -i <your-container-id>

tilaa-setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action to setup tilaa cli
v0.1.0
Latest

tilaa-setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.