From a5b8ca192e70810281548453208cb0af9ad087ea Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 20 Feb 2024 13:46:06 -0500 Subject: [PATCH] (chore) Update tx-pull.yml --- .github/workflows/tx-pull.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tx-pull.yml b/.github/workflows/tx-pull.yml index 1ccc0d4c8..7af9bbea1 100644 --- a/.github/workflows/tx-pull.yml +++ b/.github/workflows/tx-pull.yml @@ -12,14 +12,15 @@ jobs: runs-on: ubuntu-latest permissions: - actions: write + contents: write + pull-requests: write steps: - uses: actions/checkout@v4 - name: Push source file using transifex client uses: transifex/cli-action@v2 with: token: ${{ secrets.TRANSIFEX_TOKEN }} - args: pull + args: pull --force --all - name: Create PR if necessary uses: peter-evans/create-pull-request@v5 with: