Closed igorcosta closed 1 year ago
On your docker file there's an API key value there that should be removed and included in the GitHub secrets. That would eliminate the security incident.
&& /bin/echo -e 'export GOOGLE_API_KEY="YOUR_KEY_IS_COMPROMISED"\nexport GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"\nexport GOOGLE_DEFAULT_CLIENT_SECRET="YOUR_KEY_IS_COMPROMISED"' > /etc/chromium.d/googleapikeys 25
On your docker file there's an API key value there that should be removed and included in the GitHub secrets. That would eliminate the security incident.
&& /bin/echo -e 'export GOOGLE_API_KEY="YOUR_KEY_IS_COMPROMISED"\nexport GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"\nexport GOOGLE_DEFAULT_CLIENT_SECRET="YOUR_KEY_IS_COMPROMISED"' > /etc/chromium.d/googleapikeys 25