ci: duplicate env keyword github_token

[skip changelog]
This commit is contained in:
Constrat
2025-05-06 11:12:12 +02:00
parent 66577b193c
commit 3086cee0cc

View File

@@ -58,6 +58,8 @@ jobs:
--exclude-path 'docs/ja-jp/manual/introduction/introduction_old.md'
--exclude 'files/MAA_Runtime_Fix_Pwsh.ps1$'
-- './docs/**/*.md' './README.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Comment (only for PR)
if: failure() && github.event_name == 'pull_request'