Skip to content

Commit e4e5065

Browse files
committed
Use the DEVELOCITY_ACCESS_KEY secret name
Signed-off-by: Gasper Kojek <gkojek@gradle.com>
1 parent c4e35b0 commit e4e5065

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
permissions:
3030
contents: read
3131
env:
32-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
32+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333
jobs:
3434
build:
3535
runs-on: ubuntu-24.04

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
permissions:
3030
contents: read
3131
env:
32-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
32+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333
jobs:
3434
build:
3535
if: github.repository == 'apache/cloudstack'

.github/workflows/main-sonar-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2727
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2828
env:
29-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
29+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030
jobs:
3131
build:
3232
if: github.repository == 'apache/cloudstack'

.github/workflows/rat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
permissions:
3030
contents: read
3131
env:
32-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
32+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3333
jobs:
3434
build:
3535
runs-on: ubuntu-24.04

.github/workflows/sonar-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2626
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2727
env:
28-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
28+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2929
jobs:
3030
build:
3131
name: Sonar JaCoCo Coverage

0 commit comments

Comments
 (0)