We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d6bbbe + 8fd228d commit 3731f4aCopy full SHA for 3731f4a
1 file changed
src/Config/config.js
@@ -1,3 +1,6 @@
1
// AWS Access Key and Secret Key for testing Secret Scanning.
2
const AWS_ACCESS_KEY_ID = "AKIA123456789078905L";
3
-const AWS_SECRET_ACCESS_KEY = "IHF+fhtWyjceTso+J4/o4zQttW7dxYrjCnLG9KqC";
+const AWS_SECRET_ACCESS_KEY = "IHF+fhtWyjceTso+J4/o4zQttW7dxYrjCnLG9KqC";
4
+
5
+// Adafruit IO Key for testing Secret Scanning (no validity check).
6
+const ADAFRUIT_IO_KEY = "a1b2c3d4e5f678901234567890abcdef";
0 commit comments