Skip to content

Commit e115368

Browse files
authored
Update add-unanswered-to-project.yml to include github-token with necessary permissions
1 parent 98b1052 commit e115368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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.ET_EXT_CONTRIB }}
1516
script: |
1617
const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136
1718
const owner = 'pytorch';

0 commit comments

Comments
 (0)