Skip to content

Commit

Permalink
MNT Permission for GH token in stale.yml (huggingface#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Sep 11, 2024
1 parent 734ea9a commit 7868d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: Close Stale Issues
if: github.repository == 'huggingface/peft'
runs-on: ubuntu-latest
permissions:
issues: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -24,4 +26,4 @@ jobs:
pip install PyGithub
- name: Close stale issues
run: |
python scripts/stale.py
python scripts/stale.py

0 comments on commit 7868d03

Please sign in to comment.