Test the gitea actions secrets and variables system

This commit is contained in:
Elijah 2024-01-14 20:12:17 +01:00
parent 4a0d15c9c2
commit e3d8ee44f8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
env:
SECRET_KEY: {{ secrets.SECRET_KEY }}
SECRET_KEY: "t3st-dummy-s3cr3t-k3y"
STATIC_ROOT: {{ vars.STATIC_ROOT }}
MEDIA_ROOT: {{ vars.MEDIA_ROOT }}