mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix: update docs with PAT (#743)
This commit is contained in:
parent
c3b5c1fdf8
commit
95d9e24580
4
.github/workflows/update-docs.yml
vendored
4
.github/workflows/update-docs.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user