Advanced Usage
Explore advanced PEDAL features: custom scripts, integrations, scheduling, and notifications.
Custom Scripts
Add a
scriptstep in your workflow:
steps:
- script: ./scripts/my-script.shIntegrations
Configure GitHub, Slack, or Jenkins in
pedal.yaml:
integrations:
github:
token: ${GITHUB_TOKEN}Scheduling Workflows
Use the
scheduletrigger:
triggers:
- schedule: "0 2 * * *"Notifications
Add a
notifystep:
Next: Best Practices
Last updated