Browse Source

Update secret used to authenticate with Develocity

Closes gh-42404
pull/42868/head
Andy Wilkinson 1 year ago
parent
commit
df73191cb0
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml
  2. 2
      .github/workflows/ci.yml
  3. 2
      .github/workflows/release.yml
  4. 2
      .github/workflows/run-system-tests.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -17,7 +17,7 @@ jobs: @@ -17,7 +17,7 @@ jobs:
id: build-and-publish
uses: ./.github/actions/build
with:
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
publish: true
- name: Deploy
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

2
.github/workflows/ci.yml

@ -49,7 +49,7 @@ jobs: @@ -49,7 +49,7 @@ jobs:
java-early-access: ${{ matrix.java.early-access || 'false' }}
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Send Notification
uses: ./.github/actions/send-notification
if: always()

2
.github/workflows/release.yml

@ -17,7 +17,7 @@ jobs: @@ -17,7 +17,7 @@ jobs:
id: build-and-publish
uses: ./.github/actions/build
with:
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
publish: true
- name: Stage Release
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1

2
.github/workflows/run-system-tests.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
- name: Prepare Gradle Build
uses: ./.github/actions/prepare-gradle-build
with:
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
java-version: ${{ matrix.java.version }}
java-toolchain: ${{ matrix.java.toolchain }}
- name: Run System Tests

Loading…
Cancel
Save