Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/submit-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ jobs:

# Checkout the plugins repo (scripts + tooling).
# For workflow_dispatch this is redundant (same repo), but keeps the flow uniform.
# When triggered manually, use the selected branch; for workflow_call, use default branch.
- name: Checkout tooling
uses: actions/checkout@v4
with:
repository: niekert/plugins
repository: framer/plugins
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref || '' }}
path: tooling

- name: Configure git identity
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface EnvironmentUrls {
export const ENVIRONMENT_URLS: Record<FramerEnv, EnvironmentUrls> = {
production: {
apiBase: "https://api.framer.com",
creatorsApiBase: "https://framer.com/marketplace",
creatorsApiBase: "https://marketplace.framer.com",
framerAppUrl: "https://framer.com",
marketplaceBaseUrl: "https://framer.com/marketplace",
},
Expand Down
Loading