File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 nox :
1316 uses : ./.github/workflows/reusable-nox.yml
Original file line number Diff line number Diff line change 2424
2525name : " Triage Issues and PRs"
2626
27+ permissions :
28+ contents : read
29+
2730jobs :
2831 label_prs :
2932 runs-on : ubuntu-latest
4346 private-key : ${{ secrets.BOT_APP_KEY }}
4447 - name : Checkout parent repository
4548 uses : actions/checkout@v4
49+ with :
50+ persist-credentials : false
4651 - name : Install Python 3.11
4752 uses : actions/setup-python@v5
4853 with :
Original file line number Diff line number Diff line change 3636 steps :
3737 - name : Check out repo
3838 uses : actions/checkout@v4
39+ with :
40+ persist-credentials : false
3941 - name : Setup nox
4042 uses : wntrblm/nox@2025.10.16
4143 with :
You can’t perform that action at this time.
0 commit comments