diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index c92d8536..dc7ddbc1 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -91,6 +91,8 @@ jobs: APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} CSC_KEY_PASSWORD: ${{ secrets.APPLE_CSC_KEY_PASSWORD }} CSC_LINK: ${{ secrets.APPLE_CSC_LINK }} + # TODO REMOVE + CSC_FOR_PULL_REQUEST: true - name: Check app was signed & notarised successfully if: inputs.sign != ''