From 2f3b20932b48538f5accd55016f3fa1ad962df63 Mon Sep 17 00:00:00 2001 From: xavi Date: Wed, 9 Sep 2026 11:55:32 +0200 Subject: [PATCH] chore(ci): drop the FRAMER_ADMIN_SECRET declaration framer/workshop was the last caller passing it and stopped in framer/workshop#541. Co-Authored-By: Claude Opus 5 --- .github/workflows/submit-plugin.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/submit-plugin.yml b/.github/workflows/submit-plugin.yml index 5382c6475..cf4deb7f8 100644 --- a/.github/workflows/submit-plugin.yml +++ b/.github/workflows/submit-plugin.yml @@ -55,9 +55,6 @@ on: SESSION_TOKEN: description: 'Framer session cookie' required: true - FRAMER_ADMIN_SECRET: - description: 'Unused. Callers that still pass it fail validation if it is not declared. Remove once none do.' - required: false SLACK_WEBHOOK_URL: description: 'Slack webhook URL for notifications' required: false