add setting mail username/password to the default testing
This commit is contained in:
@@ -81,4 +81,6 @@ jobs:
|
|||||||
id: install
|
id: install
|
||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
run: |
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user