From 754741b89c183007ca1e11ae816fcc42d880e81b Mon Sep 17 00:00:00 2001 From: Dmitry Murzin Date: Sun, 19 Jan 2025 17:36:46 +0300 Subject: [PATCH] Fix translations updates `workflow` scope is needed for github token --- DEVELOPMENT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ed38071..1c958fb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -43,7 +43,8 @@ From https://github.com/settings/apps/factorio-mods-localization-helper: * `GITHUB_APP_WEBHOOKS_SECRET` - Webhook secret From https://github.com/settings/tokens for https://github.com/factorio-mods-helper: -* `GITHUB_PERSONAL_ACCESS_TOKEN` - classic token with `repo:public_repo` scope +* `GITHUB_PERSONAL_ACCESS_TOKEN` - classic token with `repo` and `workflow` scopes + * Without `workflow` scope we can't change `.github/workflows` in the fork From https://github.com/settings/developers: * `GITHUB_OAUTH_CLIENT_ID`