Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 10, 2024
1 parent 53f2484 commit c33d019
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ Create a GitHub fine-grained personal access token at : https://github.com/setti

```
bundle install
env GITHUB_TOKEN="..." bundle exec ruby ./audit.rb
```

```
# Or, it loads GitHub Token from the "GITHUB_TOKEN` environment variable if the file does not exist.
echo "..." > github_token
```

```
bundle exec ruby ./audit.rb
```

0 comments on commit c33d019

Please sign in to comment.