mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
this should work now (#533)
This commit is contained in:
1
.github/workflows/pontoon-pr.yml
vendored
1
.github/workflows/pontoon-pr.yml
vendored
@@ -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 }}
|
||||
|
||||
4
.github/workflows/rebase.yml
vendored
4
.github/workflows/rebase.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user