Skip to content

Commit

Permalink
Revert "Try copying credentials.yml.postgresql directly"
Browse files Browse the repository at this point in the history
This reverts commit 7987d79.
  • Loading branch information
aaronskiba committed Jul 4, 2024
1 parent a6a7b22 commit 57112c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 57112c7

Please sign in to comment.