fix: Add secret in args
This commit is contained in:
parent
d559380609
commit
777653a836
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
|
@ -54,10 +54,11 @@ action "Add secret in args" {
|
||||||
}
|
}
|
||||||
secrets = [
|
secrets = [
|
||||||
"HOST",
|
"HOST",
|
||||||
|
"TEST_USERNAME",
|
||||||
"KEY",
|
"KEY",
|
||||||
]
|
]
|
||||||
args = [
|
args = [
|
||||||
"--username", "$USERNAME",
|
"--username", "$TEST_USERNAME",
|
||||||
"--source", "tests/a.txt",
|
"--source", "tests/a.txt",
|
||||||
"--source", "tests/b.txt",
|
"--source", "tests/b.txt",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue