Filter out secrets in CI
This commit is contained in:
parent
31518e9754
commit
d48d72cb79
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8.9.3
|
- 8.9.3
|
||||||
filter_secrets: false
|
# filter_secrets: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in New Issue