chore: Fix build.yml

This commit is contained in:
Gerald Pinder 2024-03-27 00:34:39 -04:00
parent 198886c799
commit b544fecc25
2 changed files with 6 additions and 1 deletions

View file

@ -18,6 +18,9 @@ jobs:
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
env:
EARTHLY_SAT_TOKEN: ${{ secrets.EARTHLY_SAT_TOKEN }}
if: env.EARTHLY_SAT_TOKEN == null
- uses: earthly/actions-setup@v1
with:

View file

@ -23,7 +23,9 @@ jobs:
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
if: secrets.EARTHLY_SAT_TOKEN == null
env:
EARTHLY_SAT_TOKEN: ${{ secrets.EARTHLY_SAT_TOKEN }}
if: env.EARTHLY_SAT_TOKEN == null
- uses: earthly/actions-setup@v1
with: