We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854cbc0 commit dba274dCopy full SHA for dba274d
.github/workflows/update.yml
@@ -53,7 +53,7 @@ jobs:
53
if: steps.check-changes.outputs.has-changes == 'true'
54
uses: peter-evans/create-pull-request@v7
55
with:
56
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT }}
57
commit-message: 'Update docs SHA and regenerate OpenAPI schema'
58
title: 'Update docs SHA and regenerate OpenAPI schema'
59
body: |
0 commit comments