Skip to content

Commit 9658c97

Browse files
liviuconcioiuwilliamdes
authored andcommitted
Set persist-credentials to false
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent 342da41 commit 9658c97

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525
with:
26+
lfs: false
27+
persist-credentials: false
2628
submodules: true
2729
- id: language-list
2830
name: Send languages to outputs
@@ -40,6 +42,8 @@ jobs:
4042
steps:
4143
- uses: actions/checkout@v7
4244
with:
45+
lfs: false
46+
persist-credentials: false
4347
submodules: true
4448
- name: Install Sphinx-doc
4549
run: |

0 commit comments

Comments
 (0)