mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- latest
|
||||
paths:
|
||||
- '**/package.json'
|
||||
- '.github/workflows/**'
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
- name: create pull request for updated docs
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.TAURI_BOT_PAT }}
|
||||
commit-message: "chore(docs): Update Rust docs"
|
||||
branch: docs/release
|
||||
path: tauri-docs
|
||||
|
Loading…
Reference in New Issue
Block a user