Skip to content

Commit d54a786

Browse files
committed
Follow earthly/actions-setup recommendations
1 parent 733c359 commit d54a786

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-earthly-gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Use Earthly
4242
uses: earthly/actions-setup@v1
4343
with:
44+
github-token: ${{ secrets.GITHUB_TOKEN }}
4445
# The version in CI should match the version you use locally.
4546
# This is a manual step.
4647
# Using "latest" to force CI warnings if Earthfile is outdated

.github/workflows/ci-earthly-maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Use Earthly
4545
uses: earthly/actions-setup@v1
4646
with:
47+
github-token: ${{ secrets.GITHUB_TOKEN }}
4748
# The version in CI should match the version you use locally.
4849
# This is a manual step.
4950
# Using "latest" to force CI warnings if Earthfile is outdated

0 commit comments

Comments
 (0)