USE secrets
linter / quality (push) Successful in 4m10s
tests / ci (8.3) (push) Successful in 4m21s

This commit is contained in:
2026-09-17 09:30:50 +02:00
parent 1517920fce
commit 099318c79e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LOG_CHANNEL=single
LOG_STACK=single LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
è
SESSION_DRIVER=database SESSION_DRIVER=database
SESSION_LIFETIME=120 SESSION_LIFETIME=120
SESSION_ENCRYPT=false SESSION_ENCRYPT=false
+2 -2
View File
@@ -14,8 +14,8 @@ jobs:
packages: write packages: write
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
REVERB_APP_KEY: ${{ vars.REVERB_APP_KEY }} REVERB_APP_KEY: ${{ secrets.REVERB_APP_KEY }}
REVERB_APP_SECRET: ${{ vars.REVERB_APP_SECRET }} REVERB_APP_SECRET: ${{ secrets.REVERB_APP_SECRET }}
steps: steps:
- name: Check out repository code - name: Check out repository code