Skip to content

tilaa-cloud/tilaa-setup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •