diff --git a/.github/workflows/sync-localazy.yml b/.github/workflows/sync-localazy.yml index 84253f822c..3d63f8b542 100644 --- a/.github/workflows/sync-localazy.yml +++ b/.github/workflows/sync-localazy.yml @@ -26,11 +26,10 @@ jobs: - name: Create Pull Request for Strings uses: peter-evans/create-pull-request@v5 with: + token: ${{ secrets.DANGER_GITHUB_API_TOKEN }} commit-message: Sync Strings from Localazy title: Sync Strings body: | - Update Strings from Localazy branch: sync-localazy base: develop - env: - GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}