From 57112c73dd0bb2d2f3acba24e87df4b0b6ed1eba Mon Sep 17 00:00:00 2001 From: aaronskiba Date: Thu, 4 Jul 2024 13:26:32 -0600 Subject: [PATCH] Revert "Try copying `credentials.yml.postgresql` directly" This reverts commit 7987d79649a3b127a5da1a462992ff8223ff74aa. --- .github/workflows/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index 7e8d2f375..d3aa48321 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -67,7 +67,7 @@ jobs: - name: 'Setup Credentials' run: | # generate a default credential file and key - cp config/credentials.yml.postgresql config/credentials.yml.enc + EDITOR='echo "$(cat config/credentials.yml.postgresql)" >' bundle exec rails credentials:edit # Set the path to the wkhtmltopdf executable - name: 'Determine wkhtmltopdf location'