diff --git a/.env.cypress b/.env.cypress
index 0ae90f6..20868dd 100644
--- a/.env.cypress
+++ b/.env.cypress
@@ -1,6 +1,6 @@
 APP_NAME=notaR
 APP_ENV=local
-APP_KEY=
+APP_KEY=base64:ikjUI2Mbr1dKGd3fvDDB+ldw4qZ9bs3qQcySGFO5axQ=
 APP_DEBUG=true
 APP_URL=http://0.0.0.0:8000
 APP_SCHEME=http
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index c5cba40..e344e39 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -12,12 +12,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v4
-    - name: Copy .env
-      run: php -r "file_exists('.env') || copy('.env.cypress', '.env');"
     - name: Install
       run: ./deploy.sh
-    - name: Generate key
-      run: docker exec notar_app_1 php artisan key:generate
     - name: Create Database
       run: docker exec -t notar_app_1 php artisan migrate
     - name: Create admin user