Skip to content

Commit 9074d1c

Browse files
authored
Fix some issues pointed out by zizmor. (#63)
1 parent 957ec16 commit 9074d1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252
with:
5353
path: antsibull-docs-parser
54+
persist-credentials: false
5455
- name: Install extra packages
5556
if: "matrix.packages != ''"
5657
run: |
@@ -89,6 +90,7 @@ jobs:
8990
uses: actions/checkout@v4
9091
with:
9192
path: antsibull-docs-parser
93+
persist-credentials: false
9294
- name: Setup nox
9395
uses: wntrblm/[email protected] # DO NOT UPDATE THIS! Newer versions do not work with Python 3.6
9496
with:

0 commit comments

Comments
 (0)