From 1464569ce3f12f38d57e7d5c8f57b6287acb84cb Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 4 Sep 2024 16:51:14 -0400 Subject: [PATCH] Try new credentials for Apple notarization. GChat json corrections --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- .github/workflows/release-vscode-extension.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index becedd5e4..323c1a932 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -245,7 +245,7 @@ jobs: env: NOTARIZE_PROFILE: notarize-app-dmg-profile run: | - xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.AB_AC_USERNAME }} --team-id ${{ secrets.AB_APPLE_TEAM_ID }} --password ${{ secrets.AB_AC_PASSWORD }} + xcrun notarytool store-credentials $NOTARIZE_PROFILE --apple-id ${{ secrets.VMWARE_APPLE_USER }} --team-id ${{ secrets.VMWARE_APPLE_TEAM_ID }} --password ${{ secrets.VMWARE_APPLE_PASSWORD }} dmg_files=`ls spring-tool-suite-4*macosx*.dmg` for dmg_file in $dmg_files do diff --git a/.github/workflows/release-vscode-extension.yml b/.github/workflows/release-vscode-extension.yml index 3efae840b..11af8fb45 100644 --- a/.github/workflows/release-vscode-extension.yml +++ b/.github/workflows/release-vscode-extension.yml @@ -104,7 +104,6 @@ jobs: "title": "${{ inputs.extension-name }} ${{ steps.version.outputs.version }}", "subtitle": "Release Candidate ${{ inputs.postfix }}", "imageUrl": "https://code.visualstudio.com/assets/images/code-stable.png", - "imageType": "CIRCLE" }, "sections": [ { @@ -115,7 +114,6 @@ jobs: } }, { - "buttonList": { "buttons": [ { "text": "Download VSIX", @@ -126,7 +124,6 @@ jobs: } } ] - } } ] }