diff --git a/.github/workflows/reusable-sidestore-build.yml b/.github/workflows/reusable-sidestore-build.yml index e323f7ab..073b1105 100644 --- a/.github/workflows/reusable-sidestore-build.yml +++ b/.github/workflows/reusable-sidestore-build.yml @@ -56,8 +56,8 @@ jobs: is_beta: ${{ inputs.is_beta }} is_shared_build_num: ${{ inputs.is_shared_build_num }} release_tag: ${{ inputs.release_tag }} - bundle_id: ${{ inputs.bundle_id }} short_commit: ${{ needs.serialize.outputs.short-commit }} + bundle_id: ${{ inputs.bundle_id }} bundle_id_suffix: ${{ inputs.bundle_id_suffix }} secrets: inherit @@ -94,4 +94,5 @@ jobs: short_commit: ${{ needs.serialize.outputs.short-commit }} release_channel: ${{ needs.build.outputs.release-channel }} marketing_version: ${{ needs.build.outputs.marketing-version }} + bundle_id: ${{ inputs.bundle_id }} secrets: inherit \ No newline at end of file diff --git a/.github/workflows/sidestore-deploy.yml b/.github/workflows/sidestore-deploy.yml index a3b4b67f..e8a358f0 100644 --- a/.github/workflows/sidestore-deploy.yml +++ b/.github/workflows/sidestore-deploy.yml @@ -23,6 +23,8 @@ on: type: string release_channel: type: string + bundle_id: + type: string secrets: CROSS_REPO_PUSH_KEY: required: true