Disable recaptcha
This commit is contained in:
parent
3a772cb2ca
commit
060335043b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dusk.yml
vendored
1
.github/workflows/dusk.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
DB_PASSWORD: root
|
||||
MAIL_MAILER: log
|
||||
APP_KEY: "base64:8hOaU5CSjb45bxnFEToJwOsfhOpOvH/g4OWcoJPNyyE="
|
||||
RECAPTCHA_ENABLED: false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Prepare The Environment
|
||||
|
|
Loading…
Reference in a new issue