diff --git a/.changeset/nervous-hounds-matter.md b/.changeset/nervous-hounds-matter.md
new file mode 100644
index 0000000000..0f60b7ae2c
--- /dev/null
+++ b/.changeset/nervous-hounds-matter.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-scaffolder': patch
+---
+
+contextMenu prop passed through to from the component
diff --git a/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx b/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx
index 2bc36ff0d2..60a761d171 100644
--- a/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx
+++ b/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx
@@ -133,11 +133,13 @@ export const ScaffolderPageContents = ({
export const ScaffolderPage = ({
TemplateCardComponent,
groups,
+ contextMenu,
}: ScaffolderPageProps) => (
);