We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733c359 commit d54a786Copy full SHA for d54a786
.github/workflows/ci-earthly-gradle.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Use Earthly
42
uses: earthly/actions-setup@v1
43
with:
44
+ github-token: ${{ secrets.GITHUB_TOKEN }}
45
# The version in CI should match the version you use locally.
46
# This is a manual step.
47
# Using "latest" to force CI warnings if Earthfile is outdated
.github/workflows/ci-earthly-maven.yml
@@ -44,6 +44,7 @@ jobs:
48
49
50
0 commit comments