domoapps/Domo Publish Action
Deploy Domo apps from GitHub to a Domo instance using ryuu
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domo-token | Domo API token for authentication | yes | — |
| domo-instance | Domo instance URL (e.g., https://your-company.domo.com) | yes | — |
| github-token | GitHub token used to open a PR adding the design id to manifest.json when a new design is created. Pass secrets.GITHUB_TOKEN. Requires permissions: contents: write and pull-requests: write on the workflow. | no | — |
| build-command | Optional build command to run before deployment (runs inside working-directory) | no | — |
| working-directory | Source directory where dependencies install and the build command runs | no | . |
| publish-dir | Path to the built artifact to publish (e.g., ./build, ./dist). Resolved relative to working-directory. Defaults to working-directory. | no | "" |
Outputs
| name | description |
|---|---|
| deployment-status | Status of the deployment |
| app-url | URL of the deployed app |
| design-id | Domo design ID — only set when a new design is created for the first time |