Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: macos-26
environment: release
permissions:
actions: write # Required to dispatch checks for the generated metadata pull request.
contents: write # Required to create the GitHub Release and push its metadata branch.
pull-requests: write # Required to open the release metadata pull request.

Expand Down Expand Up @@ -143,3 +144,5 @@ jobs:
--head "$BRANCH" \
--title "Update release metadata for v${VERSION}" \
--body "Updates the Homebrew cask and Sparkle appcast for the published v${VERSION} release. Merge this PR to make the release available through Homebrew upgrades and in-app updates."
gh workflow run security.yml --ref "$BRANCH"
gh workflow run pr-smoke.yml --ref "$BRANCH"
1 change: 1 addition & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Security

on:
pull_request:
workflow_dispatch:
push:
branches:
- main
Expand Down
Loading