Skip to content

v2.6.1 🌈

Choose a tag to compare

@github-actions github-actions released this 16 May 09:20
· 9 commits to refs/heads/master since this release
7cb6ee6

Example use case:

triggers:
- type: "postgres"
userName: "hmcts"
passwordFromEnv: "API_DB_PASSWORD"
dbName: "pr-${CHANGE_ID}-darts"
host: "<your_db_host>"
port: "5432"
sslmode: "require"
query: "<your_query>"