rahuldimri-org/DB Migrations
Run DB migrations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 26, 2024
- License
- MIT
Pinned Snippet
uses: rahuldimri-org/database-migration-action@d82e7d242a8a171519b35e6e8c9cc92d82fe22a7 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | GitHub token | yes | — |
| jira_username | JIRA username | — | — |
| jira_password | JIRA password | — | — |
| jira_config | JIRA config token having following keys host, project, issueType("Story"), fields.pr, fields.prLabel, fields?.repo, fields.driApprovals, approvalStatus("DONE"), doneValue("Done") | yes | — |
| aws_secret_store | AWS Secret ID where database connection strings are stored | — | — |
| migration_config_file | Migration configuration file | — | ./db.migration.json |
| dev_db_url | Used to run lint operation against this DB | — | — |
| atlas_version | Atlas version | — | v0.18.0 |
| debug | show debug logs (true|false) | — | false |
| db_migration_echo_url | Echo github context and payload to URL | — | "" |
Outputs
no outputs