Configuration
Environment Variables
pedal.yaml
Example pedal.yaml
workflows:
- name: build-and-test
triggers:
- github_push
steps:
- run: pytest
integrations:
github:
token: ${GITHUB_TOKEN}
auth:
method: api_key
database:
url: ${DATABASE_URL}Last updated