update Stack Overflow plugin to support API Access Token

Signed-off-by: Connor Younglund <younglund_connor@bah.com>
This commit is contained in:
Connor Younglund
2022-11-29 13:47:04 -05:00
parent 600810c367
commit 73ab069f5e
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ If you have a private stack overflow instance you will need to supply an API key
stackoverflow:
baseUrl: https://api.stackexchange.com/2.2 # alternative: your internal stack overflow instance
apiKey: $STACK_OVERFLOW_API_KEY
apiAccessToken: $STACK_OVERFLOW_API_ACCESS_TOKEN
```
## Areas of Responsibility