diff --git a/.github/workflows/pontoon-pr.yml b/.github/workflows/pontoon-pr.yml index 723086c9a..fc38838d6 100644 --- a/.github/workflows/pontoon-pr.yml +++ b/.github/workflows/pontoon-pr.yml @@ -21,3 +21,4 @@ jobs: pr_title: "New Pontoon translations" pr_body: "Please don't squash me 🥺" pr_label: "Area: Translation" + github_token: ${{ secrets.PONTOON_BOT_KEY }} diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 12e249335..63eae6d7f 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -19,6 +19,8 @@ jobs: with: ref: pontoon submodules: recursive + # Get all the git history for rebasing + fetch-depth: 0 - uses: imba-tjd/rebase-upstream-action@0.5 with: upstream: SlimeVR/SlimeVR-Server @@ -26,7 +28,7 @@ jobs: - name: Push rebase uses: github-actions-x/commit@v2.9 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PONTOON_BOT_KEY }} push-branch: "pontoon" commit-message: "update" force-push: "true"