diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 3e92bcd4a..9ed4e3ffc 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: "${{ secrets.ES_LINT_TOKEN }}" + token: "${{ github.token }}" ref: ${{github.event.pull_request.head.sha}} repository: ${{github.event.pull_request.head.repo.full_name}}