Skip to content

Commit 62af42b

Browse files
authored
update eample migration-action for flyway.
1 parent ba52511 commit 62af42b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
name: CI migration
77
steps:
8-
- name: DB migration with DLE
9-
uses: agneum/migration-action@v0.0.7
10-
id: db-migration
8+
- name: Check database migrations with DLE
9+
uses: postgres-ai/migration-ci-action@v0.1.1
10+
id: db-migrations
1111
with:
1212
dbname: test
1313
commands: |
@@ -18,7 +18,8 @@ jobs:
1818
FLYWAY_CONNECT_RETRIES=60
1919
FLYWAY_BASELINE_ON_MIGRATE=true
2020
env:
21-
CI_ENDPOINT: ${{ secrets.CI_ENDPOINT }}
22-
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}
21+
DLMC_CI_ENDPOINT: ${{ secrets.DLMC_CI_ENDPOINT }}
22+
DLMC_VERIFICATION_TOKEN: ${{ secrets.DLMC_VERIFICATION_TOKEN }}
23+
2324
- name: Get the response status
2425
run: echo "${{ steps.db-migration.outputs.response }}"

0 commit comments

Comments
 (0)