├── .gf ├── asymmetric-keys_secrets.json ├── aws-keys_secrets.json ├── aws-s3_secrets.json ├── facebook-oauth_secrets.json ├── facebook-token_secrets.json ├── firebase_secrets.json ├── github_secrets.json ├── google-keys_secrets.json ├── google-oauth_secrets.json ├── google-service-account_secrets.json ├── google-token_secrets.json ├── heroku-keys_secrets.json ├── mailchimp-keys_secrets.json ├── mailgun-keys_secrets.json ├── paypal-token_secrets.json ├── picatic-keys_secrets.json ├── slack-token_secrets.json ├── slack-webhook_secrets.json ├── square-keys_secrets.json ├── stripe-keys_secrets.json ├── twilio-keys_secrets.json ├── twitter-oauth_secrets.json └── twitter-token_secrets.json ├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── gf-secrets.bash └── gf-secrets.sh /.gf/asymmetric-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/asymmetric-keys_secrets.json -------------------------------------------------------------------------------- /.gf/aws-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/aws-keys_secrets.json -------------------------------------------------------------------------------- /.gf/aws-s3_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/aws-s3_secrets.json -------------------------------------------------------------------------------- /.gf/facebook-oauth_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/facebook-oauth_secrets.json -------------------------------------------------------------------------------- /.gf/facebook-token_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/facebook-token_secrets.json -------------------------------------------------------------------------------- /.gf/firebase_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/firebase_secrets.json -------------------------------------------------------------------------------- /.gf/github_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/github_secrets.json -------------------------------------------------------------------------------- /.gf/google-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/google-keys_secrets.json -------------------------------------------------------------------------------- /.gf/google-oauth_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/google-oauth_secrets.json -------------------------------------------------------------------------------- /.gf/google-service-account_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/google-service-account_secrets.json -------------------------------------------------------------------------------- /.gf/google-token_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/google-token_secrets.json -------------------------------------------------------------------------------- /.gf/heroku-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/heroku-keys_secrets.json -------------------------------------------------------------------------------- /.gf/mailchimp-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/mailchimp-keys_secrets.json -------------------------------------------------------------------------------- /.gf/mailgun-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/mailgun-keys_secrets.json -------------------------------------------------------------------------------- /.gf/paypal-token_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/paypal-token_secrets.json -------------------------------------------------------------------------------- /.gf/picatic-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/picatic-keys_secrets.json -------------------------------------------------------------------------------- /.gf/slack-token_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/slack-token_secrets.json -------------------------------------------------------------------------------- /.gf/slack-webhook_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/slack-webhook_secrets.json -------------------------------------------------------------------------------- /.gf/square-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/square-keys_secrets.json -------------------------------------------------------------------------------- /.gf/stripe-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/stripe-keys_secrets.json -------------------------------------------------------------------------------- /.gf/twilio-keys_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/twilio-keys_secrets.json -------------------------------------------------------------------------------- /.gf/twitter-oauth_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/twitter-oauth_secrets.json -------------------------------------------------------------------------------- /.gf/twitter-token_secrets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/.gf/twitter-token_secrets.json -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: ["dwisiswant0"] 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/README.md -------------------------------------------------------------------------------- /gf-secrets.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/gf-secrets.bash -------------------------------------------------------------------------------- /gf-secrets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwisiswant0/gf-secrets/HEAD/gf-secrets.sh --------------------------------------------------------------------------------