From b11eff75c6dcbedc936c39f4e14c3a5029049f3f Mon Sep 17 00:00:00 2001 From: TheFlow Date: Thu, 9 Oct 2025 14:38:31 +1300 Subject: [PATCH] fix: remove environment requirement from sync workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes manual approval gate for fully automated doc sync. Security validation still runs automatically. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/sync-public-docs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sync-public-docs.yml b/.github/workflows/sync-public-docs.yml index a540560c..b8807dda 100644 --- a/.github/workflows/sync-public-docs.yml +++ b/.github/workflows/sync-public-docs.yml @@ -22,9 +22,6 @@ on: jobs: validate-and-sync: runs-on: ubuntu-latest - environment: - name: public-sync - # This creates a manual approval gate for sensitive changes steps: - name: Checkout Private Repository