mirror of
https://github.com/block/goose.git
synced 2026-04-29 20:19:41 +00:00
Update OSX codesigning and notarization (#3658)
This commit is contained in:
parent
be6c599063
commit
b4aa2cd3ab
7 changed files with 146 additions and 185 deletions
8
.github/workflows/pr-comment-bundle.yml
vendored
8
.github/workflows/pr-comment-bundle.yml
vendored
|
|
@ -108,14 +108,8 @@ jobs:
|
|||
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
||||
uses: ./.github/workflows/bundle-desktop.yml
|
||||
with:
|
||||
signing: true
|
||||
signing: false
|
||||
ref: ${{ needs.trigger-on-command.outputs.pr_sha }}
|
||||
secrets:
|
||||
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
||||
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
pr-comment-arm64:
|
||||
name: PR Comment with macOS ARM64 App
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue