Skip to content

ci: add macOS code signing and notarization to release workflow#71

Open
feloy wants to merge 1 commit into
openkaiden:mainfrom
feloy:sign-macos-bin
Open

ci: add macOS code signing and notarization to release workflow#71
feloy wants to merge 1 commit into
openkaiden:mainfrom
feloy:sign-macos-bin

Conversation

@feloy
Copy link
Copy Markdown
Contributor

@feloy feloy commented Jun 4, 2026

Secrets to add (Settings → Secrets and variables → Actions):

  ┌────────────────────────────────────┬─────────────────────────────────────────┐
  │               Secret               │                  Value                  │                                                                     
  ├────────────────────────────────────┼─────────────────────────────────────────┤
  │ APPLE_SIGNING_CERTIFICATE          │ base64 < YourCert.p12 output            │
  ├────────────────────────────────────┼─────────────────────────────────────────┤
  │ APPLE_SIGNING_CERTIFICATE_PASSWORD │ Password used when exporting the .p12   │
  ├────────────────────────────────────┼─────────────────────────────────────────┤
  │ APPLE_ID                           │ Your Apple ID email                     │
  ├────────────────────────────────────┼─────────────────────────────────────────┤
  │ APPLE_ID_PASSWORD                  │ App-specific password for that Apple ID │
  ├────────────────────────────────────┼─────────────────────────────────────────┤
  │ APPLE_TEAM_ID                      │ Your 10-character Team ID               │
  └────────────────────────────────────┴─────────────────────────────────────────┘

Fixes #67

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 4, 2026

Warning

Review limit reached

@feloy, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 2 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 806e4777-22a0-4de7-9341-fe56170b2ec1

📥 Commits

Reviewing files that changed from the base of the PR and between b5290db and 2cd96d9.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@feloy feloy requested a review from benoitf June 4, 2026 17:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
@feloy feloy force-pushed the sign-macos-bin branch from 5d47260 to 2cd96d9 Compare June 4, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sign macOS binaries

1 participant