Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use DEVELOCITY_ACCESS_KEY to authenticate to develocity.apache.org
Browse files Browse the repository at this point in the history
clayburn committed Jan 14, 2025
1 parent 65b3154 commit 3a7567d
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-all.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ on:
- 'branch_10x'

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ DEVELOCITY_ACCESS_KEY }}

# We split the workflow into two parallel jobs for efficiency:
# one is running all validation checks without tests,
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-gradle-upgrade.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ on:
- 'gradle/wrapper/**'

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ DEVELOCITY_ACCESS_KEY }}

jobs:
gradleSanityCheck:
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-mod-analysis-common.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ on:
- 'lucene/analysis/common/**'

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ DEVELOCITY_ACCESS_KEY }}

jobs:
test:
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-mod-distribution.tests.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
- 'branch_10x'

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ DEVELOCITY_ACCESS_KEY }}

jobs:
test:

0 comments on commit 3a7567d

Please sign in to comment.