From 55b92b3fb56c3cbada0d83002e087457d7488bf9 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Sun, 14 Jul 2024 16:44:06 +0300 Subject: [PATCH] Added error handling --- docs/Modders/Autoupdates.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Modders/Autoupdates.md b/docs/Modders/Autoupdates.md index 85128a5e8b..ea627236f2 100644 --- a/docs/Modders/Autoupdates.md +++ b/docs/Modders/Autoupdates.md @@ -18,3 +18,11 @@ On every commit, and once per day, it will: If there are changes, this will create a PR to your repo - [here's an example](https://github.com/yairm210/Unciv-IV-mod/pull/31) - which you can choose to accept If you see that the autoupdate isn't 100% - in which case talk to me and we'll sort it out 🙂 + +## Errors + +If you get a `remote: Permission to <...>.git denied to github-actions[bot].` +You need to: + +- Open Settings > Actions > General +- Under "Workflow permissions" select "Read and write permissions", "Allow GitHub Actions to create and approve pull requests"