From 682410183710a51a41f24259aeec908391bc8d4d Mon Sep 17 00:00:00 2001 From: Burmaja Milan Date: Tue, 20 Jan 2026 10:44:02 +0000 Subject: [PATCH] Fix refresh-dev-cache.yaml --- .github/workflows/refresh-dev-cache.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/refresh-dev-cache.yml b/.github/workflows/refresh-dev-cache.yml index 01f9882..4f9ea4f 100644 --- a/.github/workflows/refresh-dev-cache.yml +++ b/.github/workflows/refresh-dev-cache.yml @@ -26,13 +26,10 @@ on: # Would like to run this as a scheduled workflow, but that is not currently # supported by the actions/cache action. -env: - CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }} - jobs: refresh-dev-cache: name: Refresh Dev Cache - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: MIX_ENV: dev