We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394dfd4 + 6824101 commit df08266Copy full SHA for df08266
1 file changed
.github/workflows/refresh-dev-cache.yml
@@ -26,13 +26,10 @@ on:
26
# Would like to run this as a scheduled workflow, but that is not currently
27
# supported by the actions/cache action.
28
29
-env:
30
- CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }}
31
-
32
jobs:
33
refresh-dev-cache:
34
name: Refresh Dev Cache
35
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
36
env:
37
MIX_ENV: dev
38
0 commit comments