diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 709a816c8..6dc0011e6 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -11,8 +11,7 @@ jobs: name: Crowdin Pull - ${{ github.event_name }} runs-on: ubuntu-24.04 permissions: - contents: write - pull-requests: write + contents: read id-token: write steps: - name: Checkout repo @@ -50,6 +49,8 @@ jobs: with: app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }} + permission-contents: write # for pushing branches + permission-pull-requests: write # for creating pull requests - name: Download translations uses: crowdin/github-action@0749939f635900a2521aa6aac7a3766642b2dc71 # v2.11.0