Advanced Usage
Custom Scripts
steps:
- script: ./scripts/my-script.shIntegrations
integrations:
github:
token: ${GITHUB_TOKEN}Scheduling Workflows
triggers:
- schedule: "0 2 * * *"Notifications
Last updated