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 @@ -16,6 +16,9 @@ name: Ansible Docsite CI
1616 - ready_for_review # used in PRs created from GitHub Actions workflows
1717 workflow_dispatch :
1818
19+ permissions :
20+ contents : read
21+
1922jobs :
2023 nox :
2124 uses : ./.github/workflows/reusable-nox.yml
Original file line number Diff line number Diff line change 2929
3030name : " Triage Issues and PRs"
3131
32+ permissions :
33+ contents : read
34+
3235jobs :
3336 label_prs :
3437 runs-on : ubuntu-latest
4851 private-key : ${{ secrets.BOT_APP_KEY }}
4952 - name : Checkout parent repository
5053 uses : actions/checkout@v5
54+ with :
55+ persist-credentials : false
5156 - name : Install Python 3.12
5257 uses : actions/setup-python@v6
5358 with :
Original file line number Diff line number Diff line change 3838 steps :
3939 - name : Check out repo
4040 uses : actions/checkout@v5
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