File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 # Repository Secrets - Create these in Project Settings > Secrets > Actions
1717 TOKEN : ${{ secrets.FLYWAY_TOKEN }}
18- DB_USER_Build : ${{ secrets.DB_USER_NAME_QA }}
19- DB_USER_PW_Build : ${{ secrets.DB_USER_PW_QA }}
18+ DB_USER_Build : ${{ secrets.DB_USER_NAME_BUILD }}
19+ DB_USER_PW_Build : ${{ secrets.DB_USER_PW_BUILD }}
2020 FIRST_UNDO_SCRIPT : ${{ secrets.FIRST_UNDO_SCRIPT }} # Validates all undo scripts up to and including the specified script
2121
2222# jobs are the steps executed in the workflow
2626 # runs-on: ubuntu-latest
2727 defaults :
2828 run :
29- shell : cmd # Default shell. Use Windows Command Prompt
29+ shell : cmd # Default shell. Use Windows Command Prompt. bash for linux.
3030 steps : # Steps are the individual tasks that are executed in the job
3131 - name : Checkout Repository # Step to check out the repository
3232 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments