Skip to content

Commit

Permalink
Add featured tag to send_top_show_hn_email mod pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Dec 12, 2023
1 parent 3cf60cd commit 6808652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions send_top_show_hn_email/send_top_show_hn_email.fp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ pipeline "send_top_show_hn_email" {
title = "Send Email with Top 'Show HN'"
description = "Send an email using SendGrid containing top stories from 'Show HN'."

tags = {
type = "featured"
}

param "sendgrid_cred" {
type = string
description = "Name for SendGrid credentials to use. If not provided, the default credentials will be used."
Expand Down

0 comments on commit 6808652

Please sign in to comment.