Skip to content

Commit 12f8dd3

Browse files
committed
Update .github/workflows/ci.yml
1 parent 89de871 commit 12f8dd3

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
@@ -35,10 +35,13 @@ jobs:
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v4
38+
with:
39+
persist-credentials: false
3840
- name: Checkout themis.vim
3941
uses: actions/checkout@v4
4042
with:
4143
repository: thinca/vim-themis
44+
persist-credentials: false
4245
path: vim-themis
4346
- name: Disable NLS on macOS
4447
if: matrix.platform == 'macOS'

0 commit comments

Comments
 (0)