Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/pull-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# Avoid using GITHUB_TOKEN for pushes; we'll use GH_PAT instead so downstream workflows trigger
persist-credentials: false
# Use GH_PAT so pushes trigger downstream workflows (not GITHUB_TOKEN)
token: ${{ secrets.GH_PAT }}

- name: Ensure GH_PAT is provided (required to trigger downstream workflows)
run: |
Expand All @@ -34,12 +34,6 @@ jobs:
exit 1
fi

- name: Configure push auth (use GH_PAT)
run: |
git remote set-url origin https://x-access-token:${{ env.GH_PAT }}@github.com/${{ github.repository }}
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"

- name: Install Transifex CLI
run: |
curl -sSfL https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
Expand Down
Loading