Skip to content

Commit 4aa1b6c

Browse files
committed
Add develocity access key to enable build scan on windows and moby-latest workflows
1 parent b3ef3d2 commit 4aa1b6c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ concurrency:
4242
permissions:
4343
contents: read
4444

45+
env:
46+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
47+
4548
jobs:
4649
main:
4750
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

.github/workflows/moby-latest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
# nightly build, at 23:59 CEST
77
- cron: '59 23 * * *'
88

9+
env:
10+
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
11+
912
jobs:
1013
test_docker:
1114
strategy:

0 commit comments

Comments
 (0)