From 6b9dbaef2ff291d3728ce25acbddc75daba847c9 Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:21:34 -0500 Subject: [PATCH] (chore) Fix actions permissions in tx-pull.yml --- .github/workflows/tx-pull.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tx-pull.yml b/.github/workflows/tx-pull.yml index aae1b2337..259b077fe 100644 --- a/.github/workflows/tx-pull.yml +++ b/.github/workflows/tx-pull.yml @@ -12,7 +12,8 @@ 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