diff --git a/.github/workflows/auto-theme-pr.yml b/.github/workflows/auto-theme-pr.yml index d577cea..2c982fc 100644 --- a/.github/workflows/auto-theme-pr.yml +++ b/.github/workflows/auto-theme-pr.yml @@ -65,3 +65,5 @@ jobs: "Thanks for taking the time to submit a theme to Chess No. 25! \ It's automatically converted to a pull request and you can [track it's status here](${{ steps.pr.outputs.url }}). \ The theme should be checked in up to 5 days (may take even 2 months or longer sometimes)." + env: + GH_TOKEN: ${{ github.token }}