Skip to content

Commit f9edafd

Browse files
authored
ci: release tag: fix missing env variables (cherry-pick #16172) (#16173)
1 parent d94219e commit f9edafd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
- other
2020
- prerelease
2121

22+
env:
23+
POSTGRES_DB: authentik
24+
POSTGRES_USER: authentik
25+
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
26+
2227
jobs:
2328
check-inputs:
2429
name: Check inputs validity

0 commit comments

Comments
 (0)