Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Use random SECRET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Dec 17, 2023
1 parent f78c773 commit 5b6684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
EMAIL_HOST_DISPLAY_NAME: ""
EMAIL_HOST_USER: ""
EMAIL_HOST_PASSWORD: ""
SECRET_KEY: abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)
SECRET_KEY: ${{ github.run_id }}-${{ github.run_attempt }}
SECURE_SSL_REDIRECT: False
DATA_UPLOAD_MAX_NUMBER_FIELDS: 1000

Expand Down

0 comments on commit 5b6684e

Please sign in to comment.