pipery-dev/Schedule Pipery Deploy
Schedule a one-time deploy through pipery-deploy-bot.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Base URL for pipery-deploy-bot. | yes | — |
| api-token | Bearer token accepted by the pipery-deploy-bot deployment. | yes | — |
| idempotency-key | Unique key for this scheduled deploy request. | yes | — |
| installation-key | GitHub App installation key configured in pipery-deploy-bot. | — | default |
| repository | Repository in owner/name form. Defaults to github.repository. | — | ${{ github.repository }} |
| owner | Repository owner. Defaults to the owner part of repository. | no | — |
| repo | Repository name. Defaults to the repo part of repository. | no | — |
| workflow-id | Workflow file name or numeric workflow id to dispatch. | yes | — |
| ref | Git ref to dispatch. Defaults to github.ref_name. | — | ${{ github.ref_name }} |
| scheduled-at | UTC RFC3339 timestamp, for example 2026-05-17T12:00:00Z. | yes | — |
| inputs-json | JSON object passed to workflow_dispatch inputs. | — | {} |
Outputs
no outputs