Skip to content

Commit 7740dbe

Browse files
authored
Merge branch 'main' into patch-1
2 parents b286620 + 57a3411 commit 7740dbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-openapi-spec-to-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [main]
99
paths:
10-
- 'openapi.yaml'
10+
- "openapi.yaml"
1111

1212
jobs:
1313
sync:
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Commit and push update
3333
env:
34-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GH_TOKEN: ${{ secrets.DOCS_REPO_PAT }}
3535
run: |
3636
cd mintlify-docs
3737
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)