Skip to content

Commit

Permalink
auto-organize
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent 8b9ad0d commit 0272b6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
12 changes: 3 additions & 9 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@
"email_subject": {
"title": "Email Subject",
"description": "The subject of the email.",
"default": "",
"type": "string"
},
"subject_args": {
Expand All @@ -700,7 +699,6 @@
"email_body": {
"title": "Email Body",
"description": "The body of the email.",
"default": "",
"type": "string"
},
"body_args": {
Expand All @@ -714,12 +712,13 @@
"attachment_path": {
"title": "Attachment Path",
"description": "Path to the attachment file",
"format": "file-path",
"type": "string"
}
},
"required": [
"email_receivers"
"email_receivers",
"email_subject",
"email_body"
],
"definitions": {
"ProviderType": {
Expand Down Expand Up @@ -844,11 +843,6 @@
"description": "ImgurDeleteImagePiece input model",
"type": "object",
"properties": {
"image_id": {
"title": "Image Id",
"description": "The ID of the image you want to delete",
"type": "string"
},
"image_delete_hash": {
"title": "Image Delete Hash",
"description": "The delete hash of the image you want to delete",
Expand Down
14 changes: 7 additions & 7 deletions .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"secrets": [
"YOUTUBE_API_KEY"
],
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.6-group0"
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.7-group0"
},
"group1": {
"dependency": {
Expand All @@ -24,13 +24,13 @@
"EmailSenderPiece"
],
"secrets": [
"APP_ID",
"EMAIL_SENDER_PASSWORD",
"EMAIL_SENDER_ACCOUNT",
"ACCESS_TOKEN",
"APP_SECRET"
"EMAIL_SENDER_PASSWORD",
"APP_SECRET",
"APP_ID",
"ACCESS_TOKEN"
],
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.6-group1"
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.7-group1"
},
"group2": {
"dependency": {
Expand All @@ -45,6 +45,6 @@
"IMGUR_ACCESS_TOKEN",
"CLIENT_ID"
],
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.6-group2"
"source_image": "ghcr.io/tauffer-consulting/social_media_domino_pieces:0.2.7-group2"
}
}

0 comments on commit 0272b6f

Please sign in to comment.