Skip to content

Commit b3178bf

Browse files
authored
Update add-unanswered-to-project.yml to remove github token (#14554)
1 parent a0e1395 commit b3178bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/add-unanswered-to-project.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- name: Add open issues and open, non-draft PRs to org project (excluding certain authors)
1313
uses: actions/github-script@v7
1414
with:
15-
github-token: ${{ secrets.GITHUB_TOKEN }}
1615
script: |
1716
const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136
1817
const owner = 'pytorch';

0 commit comments

Comments
 (0)