Skip to content

Commit

Permalink
add optional local file storage for status
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorse81 committed Feb 27, 2022
1 parent d445d08 commit 635c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GITHUB_PERSONAL_TOKEN="generate a personal access token and paste here"
GITHUB_STATUS_REPO_OWNER="your Github account name"
GITHUB_STATUS_REPO="repo name for storing status of posts to medium.com"
STORAGE_TYPE=""
STORAGE_FILE_PATH="/Users/garymorse/projects/askcloudarch-org/mediumAutoPost/status.json"
STORAGE_FILE_PATH="/OPTIONAL/PATH/TO/STATUS/FILE.json"
```

Next, run the command and you are all set.
Expand Down

0 comments on commit 635c753

Please # to comment.