powerdot/Telegram Manual Approval
Allows for manual approval of workflows via Telegram within chat.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TELEGRAM_KEY | Telegram Bot key | yes | — |
| TELEGRAM_CHAT_ID | Telegram chat ID to send message | yes | — |
| UPDATE_REQUESTS | Limit of updates (1 ~ 1 sec) | no | 60 |
| APPROVAL_TEXT | Text of message | no | Please approve deployment: |
| APPROVAL_BUTTON | Text of approval button | no | Approve |
| REJECT_BUTTON | Text of rejection button | no | Reject |
| APPROVED_TEXT | Text of successful approved | no | Approved! |
| REJECTED_TEXT | Text of successful rejected | no | Rejected! |
| TIMEOUT_TEXT | Text of timeout | no | Timeout! |
| ALLOW_GITHUB_RERUN_ON_TIMEOUT | Allow a GitHub workflow rerun button after timeout | no | true |
| RERUN_BUTTON | Text of GitHub rerun button | no | Rerun workflow |
| RERUN_TEXT | Text shown when rerun is requested | no | Rerun requested. |
| RERUN_FAILED_TEXT | Text shown when rerun fails | no | Rerun failed. |
| GITHUB_TOKEN | GitHub token used to rerun workflows | no | "" |
| RERUN_WORKFLOW_FILE | Workflow file to dispatch on rerun (e.g. deploy.yml) | no | "" |
| RERUN_REF | Ref to use for workflow dispatch (branch or tag) | no | "" |
Outputs
no outputs