diff --git a/.github/workflows/gradle.earthly.yml b/.github/workflows/gradle.earthly.yml index 91e248f9..e0dba65d 100644 --- a/.github/workflows/gradle.earthly.yml +++ b/.github/workflows/gradle.earthly.yml @@ -122,7 +122,7 @@ jobs: run: | earthly \ ${{ inputs.args }} \ - --secret BUILDLESS_API_KEY \ + --secret BUILDLESS_APIKEY \ --secret GITHUB_TOKEN \ ${{ inputs.builder && format('--remote-cache={0}', inputs.builder) || '' }} \ ${{ inputs.push && '--push' || '' }} \ @@ -132,7 +132,7 @@ jobs: run: | earthly \ ${{ inputs.args }} \ - --secret BUILDLESS_API_KEY \ + --secret BUILDLESS_APIKEY \ --secret GITHUB_TOKEN \ ${{ inputs.builder && format('--remote-cache={0}', inputs.builder) || '' }} \ ${{ inputs.push && '--push' || '' }} \ diff --git a/.github/workflows/maven.earthly.yml b/.github/workflows/maven.earthly.yml index a031880e..fa15fbc8 100644 --- a/.github/workflows/maven.earthly.yml +++ b/.github/workflows/maven.earthly.yml @@ -121,7 +121,7 @@ jobs: run: | earthly \ ${{ inputs.args }} \ - --secret BUILDLESS_API_KEY \ + --secret BUILDLESS_APIKEY \ --secret GITHUB_TOKEN \ ${{ inputs.builder && format('--remote-cache={0}', inputs.builder) || '' }} \ ${{ inputs.push && '--push' || '' }} \ @@ -132,7 +132,7 @@ jobs: run: | earthly \ ${{ inputs.args }} \ - --secret BUILDLESS_API_KEY \ + --secret BUILDLESS_APIKEY \ --secret GITHUB_TOKEN \ ${{ inputs.builder && format('--remote-cache={0}', inputs.builder) || '' }} \ ${{ inputs.push && '--push' || '' }} \