Skip to content

Commit

Permalink
Added secrets in django.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer-Bar committed Apr 15, 2024
1 parent 4258d49 commit f94870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set Environment Variables
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: echo "SECRET_KEY=${SECRET_KEY}" > .env | ls | cat .env
run: echo "SECRET_KEY=${SECRET_KEY}" > /home/runner/work/Albercan-Backend/Albercan-Backend/envs/.env
- name: Install Dependencies
run: poetry install
- name: Run Tests
Expand Down

0 comments on commit f94870e

Please sign in to comment.