Skip to content

Commit 3bc1a1e

Browse files
committed
Move env var to setup action
1 parent cf42426 commit 3bc1a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: gradle/actions/setup-gradle@v4
2828
with:
2929
cache-read-only: ${{ github.event_name == 'pull_request' }}
30+
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3031
- name: Build
3132
run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
32-
env:
33-
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
33+

0 commit comments

Comments
 (0)