Skip to content

Commit 674d637

Browse files
pquentingithub-actions[bot]
authored andcommitted
Stop passing token to validate-pr (#5453)
(cherry picked from commit b98fd2d)
1 parent de48a54 commit 674d637

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)