mirror of
https://github.com/block/goose.git
synced 2026-04-29 20:19:41 +00:00
fix: bundle workflows (#3780)
This commit is contained in:
parent
b1f82b9a57
commit
2100a86326
5 changed files with 18 additions and 0 deletions
3
.github/workflows/pr-comment-bundle.yml
vendored
3
.github/workflows/pr-comment-bundle.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue