domoapps/Domo Publish Action

Deploy Domo apps from GitHub to a Domo instance using ryuu

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
domo-tokenDomo API token for authenticationyes
domo-instanceDomo instance URL (e.g., https://your-company.domo.com)yes
github-tokenGitHub 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-commandOptional build command to run before deployment (runs inside working-directory)no
working-directorySource directory where dependencies install and the build command runsno.
publish-dirPath to the built artifact to publish (e.g., ./build, ./dist). Resolved relative to working-directory. Defaults to working-directory.no""
namedescription
deployment-statusStatus of the deployment
app-urlURL of the deployed app
design-idDomo design ID — only set when a new design is created for the first time