Explorar o código

github-actions: configure PR workflow to publish anonymous build scans

Daniel Garnier-Moiroux hai 10 meses
pai
achega
a5edcba324
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      .github/workflows/pr-build-workflow.yml

+ 1 - 4
.github/workflows/pr-build-workflow.yml

@@ -2,9 +2,6 @@ name: PR Build
 
 on: pull_request
 
-env:
-  DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
-
 permissions:
   contents: read
 
@@ -21,7 +18,7 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
       - name: Build with Gradle
-        run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue
+        run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue --scan
   generate-docs:
     name: Generate Docs
     runs-on: ubuntu-latest