fix_: add `infuraSecret` and `statusProxyBlockchainPassword` to secrets (#6217)

This commit is contained in:
Igor Sirotin 2024-12-17 09:41:56 +00:00 committed by GitHub
parent 0f7c26dc9d
commit 2172abe953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 6 deletions

View File

@ -22,16 +22,20 @@ var sensitiveKeys = []string{
"mnemonic", "mnemonic",
"openseaAPIKey", "openseaAPIKey",
"poktToken", "poktToken",
"alchemyArbitrumMainnetToken",
"raribleTestnetAPIKey",
"alchemyOptimismMainnetToken",
"statusProxyBlockchainUser",
"alchemyEthereumSepoliaToken",
"alchemyArbitrumSepoliaToken",
"infuraToken", "infuraToken",
"infuraSecret",
"raribleMainnetAPIKey", "raribleMainnetAPIKey",
"raribleTestnetAPIKey",
"alchemyEthereumMainnetToken", "alchemyEthereumMainnetToken",
"alchemyEthereumSepoliaToken",
"alchemyArbitrumMainnetToken",
"alchemyArbitrumSepoliaToken",
"alchemyOptimismMainnetToken",
"alchemyOptimismSepoliaToken", "alchemyOptimismSepoliaToken",
"statusProxyMarketUser",
"statusProxyMarketPassword",
"statusProxyBlockchainUser",
"statusProxyBlockchainPassword",
"verifyENSURL", "verifyENSURL",
"verifyTransactionURL", "verifyTransactionURL",
"gifs/api-key", "gifs/api-key",