ci: add missing github token env to the theme prs closer workflow (#4388)

This commit is contained in:
Alexandr Garbuzov
2025-09-07 20:53:13 +03:00
committed by GitHub
parent 3878de9783
commit 647f2e1c88
+2
View File
@@ -39,3 +39,5 @@ jobs:
for pr_number in $(gh pr list -l "themes" -q is:open --json number -q ".[].number"); do
gh pr close $pr_number -c "$comment_message"
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}