Test the gitea actions secrets and variables system

This commit is contained in:
Elijah 2024-01-14 20:04:05 +01:00
parent 22bbba9c69
commit 4a0d15c9c2
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-22.04
env:
SECRET_KEY: "t3st_dummy_s3cr3t_k3y"
SECRET_KEY: {{ secrets.SECRET_KEY }}
STATIC_ROOT: {{ vars.STATIC_ROOT }}
MEDIA_ROOT: {{ vars.MEDIA_ROOT }}
steps:
- uses: actions/checkout@v4