Skip to content

Commit

Permalink
fix(semantic-release): use local env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 26, 2018
1 parent fb3b3e6 commit 11d059c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Create a .env.local file and modify this values

# Generate a token in your Github settings -> Developer settings -> Personal access tokens
GH_TOKEN=XXXXX

# Add both your name and your email for Git commits
GIT_AUTHOR_NAME=Your name
GIT_AUTHOR_EMAIL=Your email
GIT_COMMITTER_NAME=Your name
GIT_COMMITTER_EMAIL=Your email
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.DS_Store
lib
node_modules
.env.local

0 comments on commit 11d059c

Please sign in to comment.