Skip to content

Commit

Permalink
fix(gcp-functions): Correct schema type for 'secrets' in deploy execu…
Browse files Browse the repository at this point in the history
…tor (#355)
  • Loading branch information
TriPSs authored Jan 10, 2025
2 parents 2a27f6b + 7d79d2d commit bd576e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gcp-functions/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
},
"secrets": {
"type": [
"string",
"object"
"object",
"stringArray"
]
}
}
Expand Down

0 comments on commit bd576e6

Please sign in to comment.