USE secrets
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ LOG_CHANNEL=single
|
||||
LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
è
|
||||
|
||||
SESSION_DRIVER=database
|
||||
SESSION_LIFETIME=120
|
||||
SESSION_ENCRYPT=false
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user