Skip to content

Commit 5db4c28

Browse files
committed
fix secrets
1 parent caa4dc1 commit 5db4c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"remoteUrl": "https://github.com/CSCfi/csc-user-guide",
4040
"buildRoot": buildRoot,
4141
"debug": "False",
42-
"secret": "changeme",
42+
"secret": buildSecret,
4343
"prune": "True"
4444
}
4545

0 commit comments

Comments
 (0)