this should work now (#533)

This commit is contained in:
Uriel
2023-01-29 19:19:48 -03:00
committed by GitHub
parent 7e65d02431
commit 3dc8fa3c30
2 changed files with 4 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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"