diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index ad22c14..02d1350 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,7 +19,8 @@ concurrency: jobs: update-translations: runs-on: ubuntu-latest - + permissions: + contents: write # Skip on PRs from forks (which don't have write permissions) # Allow manual runs and pushes to main if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)