From 968fc0838942e1d84751a9a48d64c6425d74e035 Mon Sep 17 00:00:00 2001 From: Jonathan Martz Date: Sun, 12 Jan 2025 12:10:41 +0100 Subject: [PATCH] tdd - password as string --- .github/workflows/tdd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tdd.yml b/.github/workflows/tdd.yml index 9e7de84..d34d331 100644 --- a/.github/workflows/tdd.yml +++ b/.github/workflows/tdd.yml @@ -24,4 +24,4 @@ jobs: MAILER_USER: ${{ secrets.MAILER_USER }} MAILER_PASSWORD: ${{ secrets.MAILER_PASSWORD }} run: | - go run mailer.go -sender ${{ secrets.MAILER_SENDER }} -user ${{ secrets.MAILER_USER }} -test ${{ secrets.MAILER_PASSWORD }} \ No newline at end of file + go run mailer.go -sender "${{ secrets.MAILER_SENDER }}" -user "${{ secrets.MAILER_USER }}" -test "${{ secrets.MAILER_PASSWORD }}" \ No newline at end of file