Skip to content

Commit

Permalink
Revert "Debugging workflow credentials step"
Browse files Browse the repository at this point in the history
This reverts commit 5359df8.
  • Loading branch information
aaronskiba committed Jul 4, 2024
1 parent 25f0214 commit 0a62df7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
cp config/initializers/contact_us.rb.example config/initializers/contact_us.rb
cp config/initializers/wicked_pdf.rb.example config/initializers/wicked_pdf.rb
cp .env.postgresql .env
# Debug step: Print the contents of credentials.yml.postgresql
- name: 'Debug Credentials File'
run: cat config/credentials.yml.postgresql
# Stub out the Rails credentials file so that we can start the Rails app
- name: 'Setup Credentials'
Expand All @@ -72,11 +68,6 @@ jobs:
cp config/credentials.yml.postgresql config/credentials.yml.enc
echo ${{ secrets.RAILS_MASTER_KEY }} > config/master.key
# Debug step: Print Rails.application.credentials.db_username
- name: 'Print db_username Credentials'
run: |
echo "Rails.application.credentials.db_username" | bundle exec rails console
# Set the path to the wkhtmltopdf executable
- name: 'Determine wkhtmltopdf location'
run: echo "WICKED_PDF_PATH=`bundle exec which wkhtmltopdf`" >> $GITHUB_ENV
Expand Down

0 comments on commit 0a62df7

Please sign in to comment.