Skip to content

Commit e7d2e8e

Browse files
Stop passing token to validate-pr (#5453) (#5456)
(cherry picked from commit b98fd2d) Co-authored-by: Quentin Pradet <[email protected]>
1 parent de48a54 commit e7d2e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: github.event_name == 'pull_request'
9292
id: validation
9393
working-directory: ./elasticsearch-specification
94-
run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }}
94+
run: node .github/validate-pr
9595

9696
- name: Find existing comment
9797
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)