Skip to content

Commit

Permalink
add link to mailjet (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Oct 14, 2024
1 parent 0f26103 commit 5160868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/newsletter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: cd viewer && node scripts/newsletter.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
MJ_APIKEY_PUBLIC: ${{ secrets.MJ_APIKEY_PUBLIC }}
MJ_APIKEY_PRIVATE: ${{ secrets.MJ_APIKEY_PRIVATE }}
EMAIL_RECIPIENT: ${{ github.event.inputs.email }}
NODE_ENV: ${{ vars.NODE_ENV }}
EMAIL_STORE: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ import { MatSnackBar } from '@angular/material/snack-bar';
styleUrl: './case-studies-list.component.scss',
})
export class CaseStudiesListComponent implements OnInit, OnDestroy {
subscribeLink =
'https://lists.openwallet.foundation/g/wallet-case-studies-newsletter';
subscribeLink = 'https://sgzwn.mjt.lu/wgt/sgzwn/xvm0/form?c=29dfe052';

routerSub?: Subscription;

Expand Down

0 comments on commit 5160868

Please sign in to comment.