Skip to content

Commit

Permalink
Fix translations updates
Browse files Browse the repository at this point in the history
`workflow` scope is needed for github token
  • Loading branch information
dima74 committed Jan 19, 2025
1 parent f0f5ba7 commit 754741b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 754741b

Please sign in to comment.