Browse Source

Replace GRADLE_ENTERPRISE_SECRET_ACCESS_KEY with DEVELOCITY_ACCESS_KEY

Closes gh-16262
pull/16269/head
Steve Riesenberg 1 year ago
parent
commit
da06f6a9e6
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      .github/workflows/continuous-integration-workflow.yml
  2. 3
      .github/workflows/pr-build-workflow.yml

2
.github/workflows/continuous-integration-workflow.yml

@ -9,7 +9,7 @@ on:
workflow_dispatch: # Manual trigger workflow_dispatch: # Manual trigger
env: env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
permissions: permissions:
contents: read contents: read

3
.github/workflows/pr-build-workflow.yml

@ -2,9 +2,6 @@ name: PR Build
on: pull_request on: pull_request
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
permissions: permissions:
contents: read contents: read

Loading…
Cancel
Save