fix: bundle workflows (#3780)
This commit is contained in:
@@ -65,6 +65,9 @@ jobs:
|
|||||||
bundle-desktop:
|
bundle-desktop:
|
||||||
needs: [prepare-version]
|
needs: [prepare-version]
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.prepare-version.outputs.version }}
|
version: ${{ needs.prepare-version.outputs.version }}
|
||||||
signing: false
|
signing: false
|
||||||
|
|||||||
@@ -120,6 +120,9 @@ jobs:
|
|||||||
# Faster Desktop App build for PRs only
|
# Faster Desktop App build for PRs only
|
||||||
bundle-desktop-unsigned:
|
bundle-desktop-unsigned:
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
needs: changes
|
needs: changes
|
||||||
if: (github.event_name == 'pull_request' || github.event_name == 'merge_group') && (needs.changes.outputs.code == 'true' || github.event_name != 'pull_request')
|
if: (github.event_name == 'pull_request' || github.event_name == 'merge_group') && (needs.changes.outputs.code == 'true' || github.event_name != 'pull_request')
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -63,6 +63,9 @@ jobs:
|
|||||||
needs: [trigger-on-command]
|
needs: [trigger-on-command]
|
||||||
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
||||||
uses: ./.github/workflows/bundle-desktop-intel.yml
|
uses: ./.github/workflows/bundle-desktop-intel.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
with:
|
with:
|
||||||
signing: false
|
signing: false
|
||||||
ref: ${{ needs.trigger-on-command.outputs.head_sha }}
|
ref: ${{ needs.trigger-on-command.outputs.head_sha }}
|
||||||
|
|||||||
@@ -107,6 +107,9 @@ jobs:
|
|||||||
needs: [trigger-on-command]
|
needs: [trigger-on-command]
|
||||||
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
with:
|
with:
|
||||||
signing: false
|
signing: false
|
||||||
ref: ${{ needs.trigger-on-command.outputs.pr_sha }}
|
ref: ${{ needs.trigger-on-command.outputs.pr_sha }}
|
||||||
|
|||||||
@@ -44,6 +44,9 @@ jobs:
|
|||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
bundle-desktop:
|
bundle-desktop:
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
with:
|
with:
|
||||||
signing: true
|
signing: true
|
||||||
secrets:
|
secrets:
|
||||||
@@ -54,6 +57,9 @@ jobs:
|
|||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
bundle-desktop-intel:
|
bundle-desktop-intel:
|
||||||
uses: ./.github/workflows/bundle-desktop-intel.yml
|
uses: ./.github/workflows/bundle-desktop-intel.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
with:
|
with:
|
||||||
signing: true
|
signing: true
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user