Skip to content

Commit e242b7d

Browse files
authored
Update wikicheck.yml
1 parent 8b33d9f commit e242b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wikicheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if [[ $CHANGES == *"$KEYWORD"* ]]; then
2323
result=$(echo "$CHANGES" | grep "Lua_API" | sed -E 's/href="\/Wiki\/index\.php\?title=Lua_API:([a-zA-Z0-9_]+?)&curid=([0-9]+?)&diff=([0-9]+?)&oldid=([0-9]+?)"/\n:!:!:Changes in \1. ID \2 \3 \4 \n/g' | grep ":!:!:Changes")
2424
result=$(echo "$result" | cut -c 6- | awk '!seen[$0]++')
25-
TOKEN=${{ secrets.ISSUE_TOKEN }}
25+
TOKEN=${{ secrets.GITHUB_TOKEN }}
2626
REPO=${{ github.repository }}
2727
declare -A issues
2828

0 commit comments

Comments
 (0)