Skip to content

Commit

Permalink
added required fields in case image doesn't render
Browse files Browse the repository at this point in the history
  • Loading branch information
hilt86 committed Dec 16, 2024
1 parent db34b34 commit a561ac7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/docs/feeds + analytics/githubMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ weight: 1

1. Create a Github token at https://github.com/settings/tokens
2. Pop that in `yeti.conf`
3. Create a an indicator with the following details :
3. Create a an indicator with the following essential details :
1. query text : (see [[#Query Template]]
2. query type : `github`
3. diamond model : depends on context

![[Pasted image 20241211114808.png]]
Here are some gotchas:
- The query type won't show up in the list - you need to type it in
- The query text isn't really documented outside of the code for this plugin. The example in the code is missing an inverted comma.
- You need to fill in the diamond model field. I'm unsure if other fields are required.

Query Template
#### Query Template

```json
[
Expand Down

0 comments on commit a561ac7

Please sign in to comment.