Open IhateTrains opened 3 years ago
Probably the github token is missing permissions.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
Try adding:
permissions:
checks: write
contents: read
statuses: write
Full log: https://github.com/ParadoxGameConverters/Vic2ToHoI4/pull/972/checks?check_run_id=2493040090
Here's the workflow:
What might be causing this?