Skip to content

Commit

Permalink
fix: secret name, file name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Oct 9, 2024
1 parent 608967c commit 8211858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check comment for spam
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SPAM_KEYWORDS: ${{ secrets.SPAM_KEYWORDS }}
SPAM_KEYWORDS: ${{ secrets.COMMENT_WATCHDOG_KEYWORDS }}
run: |
COMMENT_ID=$(jq -r '.comment.id' < "$GITHUB_EVENT_PATH")
COMMENT_BODY=$(jq -r '.comment.body' < "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit 8211858

Please sign in to comment.