Skip to content

Add task to refresh migration DB from production #3

Add task to refresh migration DB from production

Add task to refresh migration DB from production #3

name: Refresh migration DB from production DB
on:
pull_request:
branches:
- main
types:
- labeled
- synchronize
- reopened
- opened
jobs:
refresh-migration-db:
runs-on: ubuntu-20.04
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Refresh migration DB
uses: ./.github/actions/refresh-migration-database
with:
environment: production
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}