diff --git a/.github/workflows/eclipse-ls-extensions.yml b/.github/workflows/eclipse-ls-extensions.yml index d265c54f2..8f0e2013c 100644 --- a/.github/workflows/eclipse-ls-extensions.yml +++ b/.github/workflows/eclipse-ls-extensions.yml @@ -27,6 +27,9 @@ jobs: cd headless-services xvfb-run mvn --batch-mode clean install -DskipTests - name: Build Eclipse LS extensions + env: + tools_s3_access_key: ${{ secrets.TOOLS_S3_ACCESS_KEY }} + tools_s3_secret_key: ${{ secrets.TOOLS_S3_SECRET_KEY }} run: | cd eclipse-language-servers xvfb-run mvn --batch-mode clean deploy -Pe427 -Psnapshot -Pgitactions -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore \ No newline at end of file diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 698180c56..e13e359bd 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -138,8 +138,8 @@ gitactions - ${env.secrets.TOOLS_S3_ACCESS_KEY} - ${env.secrets.TOOLS_S3_SECRET_KEY} + ${env.tools_s3_access_key} + ${env.tools_s3_secret_key} trials ${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix} diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml index 08868fb10..c7515ff57 100644 --- a/eclipse-language-servers/pom.xml +++ b/eclipse-language-servers/pom.xml @@ -129,8 +129,8 @@ gitactions - ${env.secrets.TOOLS_S3_ACCESS_KEY} - ${env.secrets.TOOLS_S3_SECRET_KEY} + ${env.tools_s3_access_key} + ${env.tools_s3_secret_key} trials ${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}