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>