Skip to content

Commit a5edcba

Browse files
Kehrlannsjohnr
authored andcommitted
github-actions: configure PR workflow to publish anonymous build scans
1 parent dfdf6e0 commit a5edcba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: PR Build
22

33
on: pull_request
44

5-
env:
6-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
7-
85
permissions:
96
contents: read
107

@@ -21,7 +18,7 @@ jobs:
2118
java-version: '17'
2219
distribution: 'temurin'
2320
- name: Build with Gradle
24-
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue
21+
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue --scan
2522
generate-docs:
2623
name: Generate Docs
2724
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)