Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 408 Bytes

File metadata and controls

4 lines (3 loc) · 408 Bytes

Security

  • Permission Checks: Before executing core logic, the action verifies if the triggering user (github.context.actor) has write or admin permissions for the repository.
  • Sensitive Information Masking: Any occurrences of the provided github-token and openai-api-key within the output posted to GitHub are automatically masked (replaced with ***) to prevent accidental exposure.