Skip to content

Commit

Permalink
use envvar for SECRET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
cruz636 committed Aug 21, 2024
1 parent 860a0bc commit 774d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run scaffold tests
working-directory: tmp_cookiecutter_output_2/testproject
env:
SECRET_KEY: "4f#s9d!a$rwk@2wp1&c^3m8*yzf%n0k+g$hb7j*ilqz1!h(cxp"
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
echo "Installing PipFile dependencies"
pipenv install
Expand Down

0 comments on commit 774d166

Please sign in to comment.