Skip to content

Commit

Permalink
fixup: wrong api key secret name
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jan 7, 2024
1 parent f67efc2 commit 64a0c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' || '' }} \
Expand All @@ -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' || '' }} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' || '' }} \
Expand All @@ -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' || '' }} \
Expand Down

0 comments on commit 64a0c64

Please sign in to comment.