Skip to content

Commit 8986fdf

Browse files
committed
CI: auto-fix via zizmor
May include: - Avoids risky string interpolation. - Prevents checkout premissions from leaking
1 parent 76561d1 commit 8986fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v3
16+
with:
17+
persist-credentials: false
1618

1719
- name: Install Python
1820
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)