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
+2 -2
View File
@@ -14,8 +14,8 @@ jobs:
packages: write
env:
RUNNER_TOOL_CACHE: /toolcache
REVERB_APP_KEY: ${{ vars.REVERB_APP_KEY }}
REVERB_APP_SECRET: ${{ vars.REVERB_APP_SECRET }}
REVERB_APP_KEY: ${{ secrets.REVERB_APP_KEY }}
REVERB_APP_SECRET: ${{ secrets.REVERB_APP_SECRET }}
steps:
- name: Check out repository code