Skip to content

Commit

Permalink
Add develocity access key to enable build scan on windows and moby-la…
Browse files Browse the repository at this point in the history
…test workflows
  • Loading branch information
eddumelendez committed Oct 31, 2024
1 parent b3ef3d2 commit 4aa1b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ concurrency:
permissions:
contents: read

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

jobs:
main:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
# nightly build, at 23:59 CEST
- cron: '59 23 * * *'

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

jobs:
test_docker:
strategy:
Expand Down

0 comments on commit 4aa1b6c

Please sign in to comment.