Skip to content

Commit df08266

Browse files
authored
Merge pull request #17 from CuatroElixir/fix-refresh-cache
Fix refresh-dev-cache.yaml
2 parents 394dfd4 + 6824101 commit df08266

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/refresh-dev-cache.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ on:
2626
# Would like to run this as a scheduled workflow, but that is not currently
2727
# supported by the actions/cache action.
2828

29-
env:
30-
CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }}
31-
3229
jobs:
3330
refresh-dev-cache:
3431
name: Refresh Dev Cache
35-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3633
env:
3734
MIX_ENV: dev
3835

0 commit comments

Comments
 (0)