We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89de871 commit 12f8dd3Copy full SHA for 12f8dd3
1 file changed
.github/workflows/ci.yml
@@ -35,10 +35,13 @@ jobs:
35
steps:
36
- name: Checkout code
37
uses: actions/checkout@v4
38
+ with:
39
+ persist-credentials: false
40
- name: Checkout themis.vim
41
42
with:
43
repository: thinca/vim-themis
44
45
path: vim-themis
46
- name: Disable NLS on macOS
47
if: matrix.platform == 'macOS'
0 commit comments