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 @@ -11,6 +11,9 @@ name: Ansible Docsite CI
1111 pull_request :
1212 workflow_dispatch :
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 nox :
1619 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 3838 steps :
3939 - name : Check out repo
4040 uses : actions/checkout@v4
41+ with :
42+ persist-credentials : false
4143 - name : Setup nox
4244 uses : wntrblm/nox@2025.10.16
4345 with :
You can’t perform that action at this time.
0 commit comments