From e8b92eeafc717fda8d00a57c3a62fec6a4ab34f5 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 12 Jul 2023 22:49:11 -0400 Subject: [PATCH] GH yml syntax correction --- .github/workflows/eclipse-distro-build.yml | 2 +- .github/workflows/experimental-eclipse-distro-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index 0049f9a15..969262b41 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -56,7 +56,7 @@ jobs: MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080 AC_USERNAME: ${{ secrets.AC_USERNAME }} AC_PASSWORD: ${{ secrets.AC_PASSWORD }} - APPLE_TEAM_ID: {{ secrets.APPLE_TEAM_ID }} + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: | cd eclipse-distribution ./mvnw --batch-mode -U clean deploy -P${{ inputs.eclipse_profile }} -P${{ inputs.build_type }} -Pgitactions -Pgpg.sign -Dsigning.skip=true -Dmaven.repo.local=~/.m2/repository-signed -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Ds3service.https-only=true -Dp2.replaceQualifier=true -Dorg.eclipse.ecf.provider.filetransfer.httpclient.retrieve.readTimeout=1200000 -Dorg.eclipse.equinox.p2.transport.ecf.retry=5 -Dskip.eclipserun.proxies=false -Dskip.osx.signing=false -Dskip.win.signing=false -Dskip.osx.notarizing=false -Dtycho.equinox.resolver.uses=true \ No newline at end of file diff --git a/.github/workflows/experimental-eclipse-distro-build.yml b/.github/workflows/experimental-eclipse-distro-build.yml index 6c63ae11d..6eda894bf 100644 --- a/.github/workflows/experimental-eclipse-distro-build.yml +++ b/.github/workflows/experimental-eclipse-distro-build.yml @@ -75,7 +75,7 @@ jobs: MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080 AC_USERNAME: ${{ secrets.AC_USERNAME }} AC_PASSWORD: ${{ secrets.AC_PASSWORD }} - APPLE_TEAM_ID: {{ secrets.APPLE_TEAM_ID }} + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: | cd eclipse-distribution KEYCHAIN=$RUNNER_TEMP/app-signing.keychain-db