meetlara/Staging Migrate Database to ECS on PR Comment
Works only for PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 11, 2026
- License
- None
Pinned Snippet
uses: meetlara/stg-migrate-on-comment@46006eced4b207b085931a81d0d84060d9d93157 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token to write comments on PR. Commonly secrets.GITHUB_TOKEN | yes | — |
| match_comment_to_deploy | String that will look for in the PR | no | migrate db |
| ssh_key | ssh key | yes | — |
| ssh_host | ssh host | yes | — |
| ssh_user | ssh username | yes | — |
| db_host | database host | yes | — |
| db_user | database user | yes | — |
| db_password | database password | yes | — |
| db_port | database port | no | 5432 |
| db_name | database name | yes | — |
| migrations_folder_path | Path from repository root to the database migrations folder | no | db/migrations |
| flyway_config_path | Path from repository root folder to the flyway config file | no | db/conf/flyway.conf |
| flyway_command | Commmand to run. Ej: migrate, repair | no | migrate |
Outputs
no outputs