We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cdbc7 commit ceee13cCopy full SHA for ceee13c
.github/workflows/unit-test.yml
@@ -18,6 +18,8 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
+ with:
22
+ persist-credentials: false
23
24
- name: Cache node modules
25
uses: actions/cache@v2
@@ -58,6 +60,8 @@ jobs:
58
60
59
61
62
63
64
65
66
67
@@ -106,6 +110,8 @@ jobs:
106
110
107
111
108
112
113
114
109
115
116
117
0 commit comments