From e3d8ee44f82aec854ed4565e497827c57d5e8fef Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 14 Jan 2024 20:12:17 +0100 Subject: [PATCH] Test the gitea actions secrets and variables system --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index a7d4441..c3b1695 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -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 }}