Compare commits

..

1 commit

Author SHA1 Message Date
Agent
ff79cb15a5 fix: feat: branch protection on ops repo — require admin approval for vault PRs (#77)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-01 06:58:18 +00:00

View file

@ -104,7 +104,7 @@ EOF
else
# Create new protection
http_code=$(curl -s -o /dev/null -w "%{http_code}" \
-X PUT \
-X POST \
-H "Authorization: token ${FORGE_TOKEN}" \
-H "Content-Type: application/json" \
"${api_url}/branches/${branch}/protection" \