You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Kalix CLI Action
v6.1
This action provides a wrapper for the Kalix CLI. The action executes whatever commands you specify, and requires you've created an authentication token first.
The action takes two required variables to authenticate and set the project you want to work on correctly:
token
: The Kalix authentication tokenproject
: The project ID for the Kalix project you're using
The below flow shows how to use this action to list all services in your project
name: kalix
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: List Services
uses: lightbend/kalix-action@v6
with:
cmd: "services list"
env:
token: ${{ secrets.TOKEN }}
project: ${{ secrets.PROJECT }}
We welcome all contributions! Pull requests are the preferred way to share your contributions. For major changes, please open an issue first to discuss what you would like to change.
This project is an incubator
See the LICENSE