Skip to content

Commit 0611cef

Browse files
committed
Update .github/workflows/ci.yml
1 parent b98ed4f commit 0611cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ jobs:
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v4
40+
with:
41+
persist-credentials: false
4042
- name: Checkout themis.vim
4143
uses: actions/checkout@v4
4244
with:
4345
repository: thinca/vim-themis
46+
persist-credentials: false
4447
path: vim-themis
4548
- name: Disable NLS on macOS
4649
if: matrix.platform == 'macOS'

0 commit comments

Comments
 (0)