Skip to content

fix earthly

fix earthly #3

Workflow file for this run

name: Earthly CI
on:
push:
pull_request:
jobs:
earthly-job:
runs-on: [earthly-satellite#my-gha-satellite]
env:
FORCE_COLOR: 1
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
steps:
- uses: actions/checkout@v2
- name: Earthly build
run: earthly -ci +build