Skip to content

Commit

Permalink
ci: update generic workflows (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Dec 6, 2022
1 parent f467ac1 commit 15496ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scripts/mailchimp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ module.exports = async (link, title) => {
type: 'regular',
recipients: {
list_id: '6e3e437abe',
segments_opts: {
saved_segment_id: 'tsc-voting-email'
segment_opts: {
match: 'any',
conditions: [{
condition_type: 'Interests',
field: 'interests-2801e38b9f',
op: 'interestcontains',
value: ['f7204f9b90']
}]
}
},
settings: {
Expand Down

0 comments on commit 15496ee

Please sign in to comment.