Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jul 4, 2024
1 parent 9da8368 commit 9c68dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: 'Setup Credentials'
run: |
# generate a default credential file and key
export RAILS_MASTER_KEY=$(openssl rand -hex 16)
echo "RAILS_MASTER_KEY=${RAILS_MASTER_KEY}" >> $GITHUB_ENV
echo "${RAILS_MASTER_KEY}" > config/master.key
EDITOR='echo "$(cat config/credentials.yml.postgresql)" >' bundle exec rails credentials:edit
# Set the path to the wkhtmltopdf executable
Expand Down

0 comments on commit 9c68dd5

Please sign in to comment.