actions-marketplace-validations/Minio Upload and Discord webhook
Upload to Minio Storage and send notification to Discord.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | Minio endpoint of object storage host | yes | — |
| access_key | Minio access key (username) | yes | — |
| secret_key | Minio secret key (password) | yes | — |
| bucket | Set the target minio bucket for deployment. | yes | — |
| source_file | Set an input directory for deployment. | no | public |
| target_dir | Set a target directory for deployment (with a leading slash). | no | / |
| webhook | Set Discord webhook address. | no | error |
| webhook_title | Set webhook title to show in channel. | no | MinIO upload |
| webhook_desc | Set webhook content. | no | Uploaded ${{ github.event.inputs.source_file }} to ${{ github.event.inputs.bucket }} bucket |
Outputs
no outputs