From 3598ffeb0685ea8d69beaea7717d94e98aa5f1ef Mon Sep 17 00:00:00 2001 From: Thomas Sprock Date: Sun, 5 Apr 2026 01:18:03 +0200 Subject: [PATCH] ci: disable release-please workflow in fork Fork manages releases manually; the workflow requires GitHub App secrets (DEPLOYMENT_APP_ID / DEPLOYMENT_APP_PRIVATE_KEY) that aren't available here. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release-please.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 979d69be..b2850ff1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,7 @@ name: Release Please on: - push: - branches: [main] - workflow_dispatch: + workflow_dispatch: # disabled — fork manages releases manually permissions: contents: write