forked from thechangelog/changelog.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc
20 lines (18 loc) · 1.02 KB
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PATH_add script
# export SLACK_INVITE_API_TOKEN SLACK_APP_API_TOKEN \
# GITHUB_CLIENT_ID GITHUB_CLIENT_SECRET \
# CM_API_TOKEN CM_SMTP_TOKEN \
# AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY \
# TWITTER_CONSUMER_KEY TWITTER_CONSUMER_SECRET \
# CODECOV_TOKEN
# SLACK_APP_API_TOKEN="$(lpass show --notes 1152178239154303913)"
# SLACK_INVITE_API_TOKEN="$(lpass show --notes 3107315517561229870)"
# GITHUB_CLIENT_ID="$(lpass show --notes 6311620502443842879)"
# GITHUB_CLIENT_SECRET="$(lpass show --notes 6962532309857955032)"
# CM_API_TOKEN="$(lpass show --notes 2172742429466797248)"
# CM_SMTP_TOKEN="$(lpass show --notes 4518157498237793892)"
# AWS_ACCESS_KEY_ID="$(lpass show --field=AWS_ACCESS_KEY_ID 3110853933093316817)"
# AWS_SECRET_ACCESS_KEY="$(lpass show --field=AWS_SECRET_ACCESS_KEY 3110853933093316817)"
# TWITTER_CONSUMER_KEY="$(lpass show --notes 1932439368993537002)"
# TWITTER_CONSUMER_SECRET="$(lpass show --notes 5671723614506961548)"
# CODECOV_TOKEN="$(lpass show --notes 2203313003035524967)"