Skip to content

Commit

Permalink
chore: fixed login-require with token
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Jan 25, 2024
1 parent 77d13f9 commit 3ca494e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
working-directory: ./testdata/${{ matrix.language }}
run: |
atlas migrate diff --env typeorm -c "file://atlas-standalone.hcl" --var dialect=${{ matrix.dialect }}
env:
ATLAS_TOKEN: ${{ secrets.ATLAS_TOKEN }}
- name: Verify migrations generated
run: |
status=$(git status --porcelain)
Expand All @@ -71,6 +73,8 @@ jobs:
working-directory: ./testdata/${{ matrix.language }}
run: |
atlas migrate diff --env typeorm -c "file://atlas-script.hcl" --var dialect=${{ matrix.dialect }}
env:
ATLAS_TOKEN: ${{ secrets.ATLAS_TOKEN }}
- name: Verify migrations generated
run: |
status=$(git status --porcelain)
Expand Down

0 comments on commit 3ca494e

Please sign in to comment.