File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
samples/n8n/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 config-env-vars : POSTGRES_USER N8N_ENCRYPTION_KEY DB_POSTGRESDB_SSL_ENABLED DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED
2323 env :
24- POSTGRES_PASSWORD : ${{ secrets.POSTGRES_PASSWORD }}
25- N8N_ENCRYPTION_KEY : ${{ secrets.N8N_ENCRYPTION_KEY }}
26- DB_POSTGRESDB_SSL_ENABLED : ${{ secrets.DB_POSTGRESDB_SSL_ENABLED }}
27- DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED : ${{ secrets.DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED }}
24+ POSTGRES_PASSWORD : ${{ secrets.TEST_POSTGRES_PASSWORD }}
25+ N8N_ENCRYPTION_KEY : ${{ secrets.TEST_N8N_ENCRYPTION_KEY }}
26+ DB_POSTGRESDB_SSL_ENABLED : ${{ secrets.TEST_DB_POSTGRESDB_SSL_ENABLED }}
27+ DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED : ${{ secrets.TEST_DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED }}
You can’t perform that action at this time.
0 commit comments