The tool can generate workflows for GitHub Actions within commands init
and workflows. For automated CI/CD scenarios, use the --skip-workflows
flag
with the init command to bypass interactive workflow setup prompts.
Secret KBC_STORAGE_API_TOKEN
with your master token needs to be added to the GitHub
secrets.
The Pull workflow is set to run automatically every hour to pull the changes from the project in Keboola. If it finds any changes, it creates a commit to the repository.
Note: GitHub does not guarantee periodic running at exact times. The triggers may be delayed a few minutes depending on the current GitHub Actions workload.
The commit contains description of the change:
The Push workflow is triggered by a push to the GitHub repository to push the changes from the local directory to the project in Keboola.
The Validate workflow is triggered by a push to a branch in the GitHub repository to validate and preview its changes by a push –dry-run.
© 2025 Keboola