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.
2 parents 26bb9c3 + 3ce8702 commit 0f1228eCopy full SHA for 0f1228e
.github/workflows/openapi-decorate.yml
@@ -37,6 +37,9 @@ jobs:
37
# so we need to specify the PR head ref explicitly since we're making
38
# changes that we want to commit to the branch.
39
ref: ${{ github.event.pull_request.head.ref }}
40
+ # Using a PAT is necessary so that the new commit will trigger the
41
+ # CI in the PR. (Events from GITHUB_TOKEN don't trigger new workflows.)
42
+ token: ${{ secrets.DOCUBOT_REPO_PAT }}
43
44
- name: Setup node
45
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
0 commit comments