You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ An AI Agent that operates Claude Code on GitHub Actions. By using this action, y
11
11
## Security
12
12
13
13
***Permission Checks:** Before executing core logic, the action verifies if the triggering user (`github.context.actor`) has `write` or `admin` permissions for the repository.
14
-
***Sensitive Information Masking:** Any occurrences of the provided `github-token` and `anthropic-api-key` within the output posted to GitHub are automatically masked (replaced with `***`) to prevent accidental exposure.
14
+
***Sensitive Information Masking:** Any occurrences of the provided `github-token` and `anthropic-api-key`, `AWS Credentials` within the output posted to GitHub are automatically masked (replaced with `***`) to prevent accidental exposure.
0 commit comments