How to use TOML Configuration File

kbiskbis Posts: 3 New member
edited September 9, 2024 9:21PM in Flyway (General Discussion)
I have the following github action and everything is working fine. However, I would like to use my TOML config file instead of providing all the details in the action.

- uses: red-gate/FlywayGitHubAction@main
   with:
       url: "${{ secrets.JDBC }}"
       user: "${{ secrets.USER }}"
       password: "${{ secrets.PASSWORD }}"
       locations: filesystem:./flyway/sql
How to provide the path to TOML config file (which has the location and other configs)? I couldn't find the syntax in the actions page.

Best Answer

Answers

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file