From fea9c83b2c1a31106054efc3b3c03a6bb0430b45 Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 23 Jan 2025 09:30:46 +0100 Subject: [PATCH] add setting mail username/password to the default testing --- .github/workflows/ci-helm-lint-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index 38a007d..8870187 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -81,4 +81,6 @@ jobs: id: install if: steps.list-changed.outputs.changed == 'true' run: | - ct install --target-branch ${{ github.event.repository.default_branch }} + ct install \ + --target-branch ${{ github.event.repository.default_branch }} \ + --helm-extra-set-args "--set=pixelfed.mail.username=test --set=pixelfed.mail.password=test"