From e11536844691ee40eba037da84275dd9a66e8ed0 Mon Sep 17 00:00:00 2001 From: Nikhil Viswanath Sivakumar <68182521+nil-is-all@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:42:18 -0500 Subject: [PATCH] Update add-unanswered-to-project.yml to include github-token with necessary permissions --- .github/workflows/add-unanswered-to-project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add-unanswered-to-project.yml b/.github/workflows/add-unanswered-to-project.yml index d199162d3f4..08ee59afc2b 100644 --- a/.github/workflows/add-unanswered-to-project.yml +++ b/.github/workflows/add-unanswered-to-project.yml @@ -12,6 +12,7 @@ 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.ET_EXT_CONTRIB }} script: | const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136 const owner = 'pytorch';