Skip to content

Commit

Permalink
Update local development instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lowply committed Apr 26, 2021
1 parent 61df10d commit 2fa0abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ If the *.github/ift-comments.yaml* file exists, it also parses the content of th
This is designed to be used as a GitHub Action, but you can also just run it locally with the following env vars:

```
cd src
export GITHUB_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export GITHUB_REPOSITORY="owner/repository"
export GITHUB_WORKSPACE="/path/to/your/local/repository"
export IFT_TEMPLATE_NAME="issue.md"
go run src/main.go
go run .
```

0 comments on commit 2fa0abb

Please sign in to comment.