We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaf6ff commit f306230Copy full SHA for f306230
1 file changed
.github/workflows/run_tests.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Generate config.json from secrets
63
shell: bash
64
run: |
65
+ cp config.py.sample config.py
66
cat > config.json <<ENDOFCFG
67
{
68
"database" : "${{ secrets.DB2_DATABASE }}",
0 commit comments