add setting mail username/password to the default testing

This commit is contained in:
jessebot
2025-01-23 09:30:46 +01:00
parent 72342cde80
commit fea9c83b2c
+3 -1
View File
@@ -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"