From e82cc92f98e0ed974cee48f7470093cc149a391c Mon Sep 17 00:00:00 2001 From: Pmaind Date: Sun, 29 Mar 2026 13:19:37 +0900 Subject: [PATCH] Test: add fake secrets for action validation Co-Authored-By: Claude Opus 4.6 --- test-secret.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-secret.js diff --git a/test-secret.js b/test-secret.js new file mode 100644 index 0000000..00c7d4a --- /dev/null +++ b/test-secret.js @@ -0,0 +1,3 @@ +// This file is for testing push-sentinel action detection +const AWS_KEY = "AKIAIOSFODNN7EXAMPLE"; +const GITHUB_TOKEN = "ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghij";