diff --git a/.github/main.workflow b/.github/main.workflow index 0302f8e..2c07556 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -54,10 +54,11 @@ action "Add secret in args" { } secrets = [ "HOST", + "TEST_USERNAME", "KEY", ] args = [ - "--username", "$USERNAME", + "--username", "$TEST_USERNAME", "--source", "tests/a.txt", "--source", "tests/b.txt", ]