diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml index 83e0e6593..d3fae3698 100644 --- a/.github/workflows/veracode.yaml +++ b/.github/workflows/veracode.yaml @@ -62,12 +62,7 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 with: - arguments: build - - - name: Create dist - uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 - with: - arguments: installDist + arguments: build -PgithubToken=${{ secrets.GITHUB_TOKEN }} - name: Veracode Upload And Scan uses: veracode/veracode-uploadandscan-action@0.2.1