From 674d637ae3498001d9ef32b718275fd6b223f332 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 9 Oct 2025 15:12:56 +0400 Subject: [PATCH] Stop passing token to validate-pr (#5453) (cherry picked from commit b98fd2df30fa09efdb9340ead3f496850b6c93ee) --- .github/workflows/validate-apis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-apis.yml b/.github/workflows/validate-apis.yml index e40eee0add..47195bd37a 100644 --- a/.github/workflows/validate-apis.yml +++ b/.github/workflows/validate-apis.yml @@ -91,7 +91,7 @@ jobs: if: github.event_name == 'pull_request' id: validation working-directory: ./elasticsearch-specification - run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} + run: node .github/validate-pr - name: Find existing comment if: github.event_name == 'pull_request'