dust-tt/Dust GitHub Action
Send data to your Dust workspace from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 21, 2026
- License
- MIT
Pinned Snippet
uses: dust-tt/dust-github-action@b5814ea50b815caa5f27c41bbd0566c12130f3da # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| method | Action to perform (upsert-skills, upsert-agent-configs) | yes | — |
| workspace-id | Dust workspace ID | yes | — |
| api-key | Dust API key | yes | — |
| region | Dust workspace region (EU or US) | yes | — |
| agent-configs | [upsert-agent-configs] List of glob patterns matching YAML agent configuration files | no | — |
Outputs
| name | description |
|---|---|
| json | Raw JSON response from the Dust API |
| imported | Number of newly imported items |
| updated | Number of updated items |