fix: remove environment requirement from sync workflow
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 <noreply@anthropic.com>
This commit is contained in:
parent
e583774824
commit
8496700656
1 changed files with 0 additions and 3 deletions
3
.github/workflows/sync-public-docs.yml
vendored
3
.github/workflows/sync-public-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue