Skip to content

Commit

Permalink
Re-order Setup Credentials steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jul 4, 2024
1 parent 0a62df7 commit 9314324
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 @@ -65,8 +65,8 @@ jobs:
- name: 'Setup Credentials'
run: |
# generate a default credential file and key
cp config/credentials.yml.postgresql config/credentials.yml.enc
echo ${{ secrets.RAILS_MASTER_KEY }} > config/master.key
cp config/credentials.yml.postgresql config/credentials.yml.enc
# Set the path to the wkhtmltopdf executable
- name: 'Determine wkhtmltopdf location'
Expand Down

0 comments on commit 9314324

Please sign in to comment.