tests: fixed secrets_sops.yml path
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
engine.#Plan & {
|
||||
inputs: secrets: dockerHubToken: command: {
|
||||
name: "sops"
|
||||
args: ["exec-env", "./secrets_sops.yaml", "echo $DOCKERHUB_TOKEN"]
|
||||
args: ["exec-env", "../../secrets_sops.yaml", "echo $DOCKERHUB_TOKEN"]
|
||||
}
|
||||
|
||||
#auth: [{
|
||||
|
Reference in New Issue
Block a user