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 de48a54 commit e7d2e8eCopy full SHA for e7d2e8e
.github/workflows/validate-apis.yml
@@ -91,7 +91,7 @@ jobs:
91
if: github.event_name == 'pull_request'
92
id: validation
93
working-directory: ./elasticsearch-specification
94
- run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }}
+ run: node .github/validate-pr
95
96
- name: Find existing comment
97
0 commit comments