diff --git a/.woodpecker.yml b/.woodpecker.yml index 7746bb3..c726e78 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ steps: run-smoke-tests: name: run-playwright-tests image: git.nixc.us/colin/playwright:latest - secrets: [REGISTRY_USER, REGISTRY_PASSWORD] + secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD] when: - branch: main - path: @@ -31,7 +31,7 @@ steps: run-post-deploy-smoke-tests: name: run-post-deploy-smoke-tests image: git.nixc.us/colin/playwright:latest - secrets: [REGISTRY_USER, REGISTRY_PASSWORD] + secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD] when: - branch: main - path: