|
96 | 96 | name: Build and License check |
97 | 97 | env: |
98 | 98 | JOB_NAME: Build and License check |
99 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 99 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
100 | 100 | runs-on: ubuntu-20.04 |
101 | 101 | timeout-minutes: 60 |
102 | 102 | if: ${{ needs.preconditions.outputs.docs_only != 'true' }} |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | env: |
173 | 173 | JOB_NAME: CI - Unit - ${{ matrix.name }} |
174 | 174 | COLLECT_COVERAGE: "${{ needs.preconditions.outputs.collect_coverage }}" |
175 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 175 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
176 | 176 | runs-on: ubuntu-20.04 |
177 | 177 | timeout-minutes: ${{ matrix.timeout || 60 }} |
178 | 178 | needs: ['preconditions', 'build-and-license-check'] |
@@ -391,7 +391,7 @@ jobs: |
391 | 391 | needs: ['preconditions', 'build-and-license-check'] |
392 | 392 | if: ${{ needs.preconditions.outputs.docs_only != 'true'}} |
393 | 393 | env: |
394 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 394 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
395 | 395 | steps: |
396 | 396 | - name: checkout |
397 | 397 | uses: actions/checkout@v4 |
@@ -465,7 +465,7 @@ jobs: |
465 | 465 | env: |
466 | 466 | JOB_NAME: CI - Integration - ${{ matrix.name }} |
467 | 467 | PULSAR_TEST_IMAGE_NAME: apachepulsar/java-test-image:latest |
468 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 468 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
469 | 469 | strategy: |
470 | 470 | fail-fast: false |
471 | 471 | matrix: |
@@ -731,7 +731,7 @@ jobs: |
731 | 731 | needs: ['preconditions', 'build-and-license-check'] |
732 | 732 | if: ${{ needs.preconditions.outputs.docs_only != 'true' }} |
733 | 733 | env: |
734 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 734 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
735 | 735 | steps: |
736 | 736 | - name: checkout |
737 | 737 | uses: actions/checkout@v4 |
@@ -841,7 +841,7 @@ jobs: |
841 | 841 | env: |
842 | 842 | JOB_NAME: CI - System - ${{ matrix.name }} |
843 | 843 | PULSAR_TEST_IMAGE_NAME: apachepulsar/pulsar-test-latest-version:latest |
844 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 844 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
845 | 845 | strategy: |
846 | 846 | fail-fast: false |
847 | 847 | matrix: |
@@ -1072,7 +1072,7 @@ jobs: |
1072 | 1072 | env: |
1073 | 1073 | JOB_NAME: CI Flaky - System - ${{ matrix.name }} |
1074 | 1074 | PULSAR_TEST_IMAGE_NAME: apachepulsar/pulsar-test-latest-version:latest |
1075 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 1075 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
1076 | 1076 | strategy: |
1077 | 1077 | fail-fast: false |
1078 | 1078 | matrix: |
@@ -1214,7 +1214,7 @@ jobs: |
1214 | 1214 | needs: ['preconditions', 'integration-tests'] |
1215 | 1215 | if: ${{ needs.preconditions.outputs.docs_only != 'true' }} |
1216 | 1216 | env: |
1217 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 1217 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
1218 | 1218 | steps: |
1219 | 1219 | - name: checkout |
1220 | 1220 | uses: actions/checkout@v4 |
@@ -1249,7 +1249,7 @@ jobs: |
1249 | 1249 | needs: [ 'preconditions', 'integration-tests' ] |
1250 | 1250 | if: ${{ needs.preconditions.outputs.need_owasp == 'true' }} |
1251 | 1251 | env: |
1252 | | - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} |
| 1252 | + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
1253 | 1253 | NIST_NVD_API_KEY: ${{ secrets.NIST_NVD_API_KEY }} |
1254 | 1254 | steps: |
1255 | 1255 | - name: checkout |
|
0 commit comments