diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index dfe0436912d3..37631c3efc78 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -70,7 +70,7 @@ jobs: contents: read with: version: ${{ needs.prepare-version.outputs.version }} - signing: false + signing: true # ------------------------------------------------------------ # 5) Bundle Desktop App (Linux) - builds goosed and Electron app diff --git a/.github/workflows/pr-comment-bundle-intel.yml b/.github/workflows/pr-comment-bundle-intel.yml index 142df6af918b..fd145a357559 100644 --- a/.github/workflows/pr-comment-bundle-intel.yml +++ b/.github/workflows/pr-comment-bundle-intel.yml @@ -67,7 +67,7 @@ jobs: id-token: write contents: read with: - signing: false + signing: true ref: ${{ needs.trigger-on-command.outputs.head_sha }} pr-comment-intel: diff --git a/.github/workflows/pr-comment-bundle-windows.yml b/.github/workflows/pr-comment-bundle-windows.yml index 212fde17d402..81b3fae06412 100644 --- a/.github/workflows/pr-comment-bundle-windows.yml +++ b/.github/workflows/pr-comment-bundle-windows.yml @@ -67,7 +67,7 @@ jobs: if: ${{ needs.trigger-on-command.outputs.continue == 'true' }} uses: ./.github/workflows/bundle-desktop-windows.yml with: - signing: false + signing: true ref: ${{ needs.trigger-on-command.outputs.head_sha }} diff --git a/.github/workflows/pr-comment-bundle.yml b/.github/workflows/pr-comment-bundle.yml index ad635e665a6b..c54ee700d16d 100644 --- a/.github/workflows/pr-comment-bundle.yml +++ b/.github/workflows/pr-comment-bundle.yml @@ -111,7 +111,7 @@ jobs: id-token: write contents: read with: - signing: false + signing: true ref: ${{ needs.trigger-on-command.outputs.pr_sha }} pr-comment-arm64: