概要
This skill provides expert guidance and implementation patterns for securing GitHub Actions triggers, specifically addressing high-risk configurations like pull_request_target. It helps developers implement robust security boundaries by using two-stage CI processes, approval gates for fork deployments, and least-privilege permission sets. By following these patterns, teams can safely accept community contributions while protecting their repository secrets and infrastructure from malicious code injection.