|
@@ -3,7 +3,7 @@ name: update-docs
|
|
on:
|
|
on:
|
|
push:
|
|
push:
|
|
branches:
|
|
branches:
|
|
- - master
|
|
|
|
|
|
+ - latest
|
|
paths:
|
|
paths:
|
|
- '**/package.json'
|
|
- '**/package.json'
|
|
- '.github/workflows/**'
|
|
- '.github/workflows/**'
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
- name: create pull request for updated docs
|
|
- name: create pull request for updated docs
|
|
uses: tauri-apps/create-pull-request@v2.8.0
|
|
uses: tauri-apps/create-pull-request@v2.8.0
|
|
with:
|
|
with:
|
|
- token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
+ token: ${{ secrets.TAURI_BOT_PAT }}
|
|
commit-message: "chore(docs): Update Rust docs"
|
|
commit-message: "chore(docs): Update Rust docs"
|
|
branch: docs/release
|
|
branch: docs/release
|
|
path: tauri-docs
|
|
path: tauri-docs
|