fixed(cd): was complaining about required secret
This commit is contained in:
parent
f26b849560
commit
42e0dfa523
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
|
@ -40,3 +40,4 @@ jobs:
|
|||
workload-identity-provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
|
||||
database-url: ${{ secrets.DATABASE_URL }}
|
||||
mailer-dsn: ${{ secrets.MAILER_DSN }}
|
||||
sms-dsn: ${{ secrets.SMS_DSN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue