lovinghouston / lwcgoogleplacesbutton

Adds a Lightning Web Component to create Google Place Listings (currently hardcoded to type "church") as a Salesforce object (currently hardcoded to a custom object named Church_School_Partnership__c).
3 stars 1 forks source link

Spike: Learn how to Encrypt Google API Key with Github Secrets #15

Closed sungysang closed 4 years ago

Julian88Tex commented 4 years ago

@sungysang some documentation: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets

So I don't think you can extract the secret when you let's say clone or pull from the repo... it's more for CICD tools I think. So it's probably best to just share the key with us in LastPass. I did that previously for an old version of the key and will do it now.

Julian88Tex commented 4 years ago

@sungysang @mersine y'all should both have an email from LastPass that will allow you to access the key

Julian88Tex commented 4 years ago

@sungysang @mersine can y'all confirm that you can see the key in LastPass by commenting on this ticket?

rodney-zhu commented 4 years ago

I have the key in Lastpass now. @Julian88Tex

Julian88Tex commented 4 years ago

@Rodney-Zhu great!

Julian88Tex commented 4 years ago

@sungysang closing since this ticket doesn't really make sense. We wouldn't store the key in github unless we were doing CI/CD which we aren't for now.