Skip to content

Commit 3731f4a

Browse files
Merge pull request #6 from squaredup/INT-003-updated-creds
Take2 on secret scanning error
2 parents 1d6bbbe + 8fd228d commit 3731f4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Config/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
// AWS Access Key and Secret Key for testing Secret Scanning.
22
const AWS_ACCESS_KEY_ID = "AKIA123456789078905L";
3-
const AWS_SECRET_ACCESS_KEY = "IHF+fhtWyjceTso+J4/o4zQttW7dxYrjCnLG9KqC";
3+
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

Comments
 (0)