From 531571798a0738e7fcd443ce643cb3ad82f62fa1 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 4 Mar 2025 03:00:00 -0300 Subject: [PATCH] Update translations.yml [skip ci] --- .github/workflows/translations.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)