From 80d89523eb521377b614371d6dd9c8b6c7b8bb39 Mon Sep 17 00:00:00 2001 From: Nikhil Viswanath Sivakumar <68182521+nil-is-all@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:50:44 -0500 Subject: [PATCH] Update add-unanswered-to-project.yml to remove github token --- .github/workflows/add-unanswered-to-project.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/add-unanswered-to-project.yml b/.github/workflows/add-unanswered-to-project.yml index ba2bc6c8436..d199162d3f4 100644 --- a/.github/workflows/add-unanswered-to-project.yml +++ b/.github/workflows/add-unanswered-to-project.yml @@ -12,7 +12,6 @@ jobs: - name: Add open issues and open, non-draft PRs to org project (excluding certain authors) uses: actions/github-script@v7 with: - github-token: ${{ secrets.GITHUB_TOKEN }} script: | const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136 const owner = 'pytorch';