feat(setup-database): Add SSL authentication method for database setup (#6671)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Nilanjan Debnath
2026-01-11 07:03:53 +00:00
committed by GitHub
co-authored by autofix-ci[bot] Copilot Frank Elsinga
parent e90b982687
commit c5675ae9eb
5 changed files with 77 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
# This workflow uses pull_request_target so it can run with write permissions on first-time contributor PRs.
# It is safe because it does not check out or execute any code from the pull request and
# only uses the pinned, trusted actions/first-interaction action
pull_request_target: # zizmor: ignore[dangerous-triggers]
pull_request_target: # zizmor: ignore[dangerous-triggers]
types: [opened]
branches:
- master