Skip to content

Commit

Permalink
(chore) Update tx-pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Feb 20, 2024
1 parent 94051b6 commit a5b8ca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tx-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5b8ca1

Please sign in to comment.