fix: bundle workflows (#3780)
This commit is contained in:
@@ -107,6 +107,9 @@ jobs:
|
||||
needs: [trigger-on-command]
|
||||
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
||||
uses: ./.github/workflows/bundle-desktop.yml
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
with:
|
||||
signing: false
|
||||
ref: ${{ needs.trigger-on-command.outputs.pr_sha }}
|
||||
|
||||
Reference in New Issue
Block a user