diff --git a/.github/workflows/plugins-deploy-package.yml b/.github/workflows/plugins-deploy-package.yml new file mode 100644 index 0000000000..ca5fe817de --- /dev/null +++ b/.github/workflows/plugins-deploy-package.yml @@ -0,0 +1,11 @@ +name: Plugins/package deployer + +on: + workflow_dispatch: + +jobs: + print_text_job: + runs-on: ubuntu-latest + steps: + - name: Print Hello World + run: echo "Hello, World!" diff --git a/.github/workflows/plugins-deploy-packages.yml b/.github/workflows/plugins-deploy-packages.yml new file mode 100644 index 0000000000..cabc045f00 --- /dev/null +++ b/.github/workflows/plugins-deploy-packages.yml @@ -0,0 +1,11 @@ +name: Plugins/packages deployer + +on: + workflow_dispatch: + +jobs: + print_text_job: + runs-on: ubuntu-latest + steps: + - name: Print Hello World + run: echo "Hello, World!" diff --git a/plugins/apps/colors-to-tokens-plugin/wrangle.toml b/plugins/apps/colors-to-tokens-plugin/wrangle.toml new file mode 100644 index 0000000000..7722755890 --- /dev/null +++ b/plugins/apps/colors-to-tokens-plugin/wrangle.toml @@ -0,0 +1,4 @@ +name = "color-to-tokens-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" } diff --git a/plugins/apps/contrast-plugin/wrangle.toml b/plugins/apps/contrast-plugin/wrangle.toml new file mode 100644 index 0000000000..726ae60d6e --- /dev/null +++ b/plugins/apps/contrast-plugin/wrangle.toml @@ -0,0 +1,4 @@ +name = "contrast-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/contrast-plugin/browser" } diff --git a/plugins/apps/create-palette-plugin/wrangle.toml b/plugins/apps/create-palette-plugin/wrangle.toml new file mode 100644 index 0000000000..74c4b73cb6 --- /dev/null +++ b/plugins/apps/create-palette-plugin/wrangle.toml @@ -0,0 +1,4 @@ +name = "create-palette-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/create-palette-plugin" } diff --git a/plugins/apps/icons-plugin/wrangle.toml b/plugins/apps/icons-plugin/wrangle.toml new file mode 100644 index 0000000000..26e7514ec8 --- /dev/null +++ b/plugins/apps/icons-plugin/wrangle.toml @@ -0,0 +1,4 @@ +name = "icons-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/icons-plugin/browser" } diff --git a/plugins/apps/lorem-ipsum-plugin/wrangle.toml b/plugins/apps/lorem-ipsum-plugin/wrangle.toml new file mode 100644 index 0000000000..9e4d9366f0 --- /dev/null +++ b/plugins/apps/lorem-ipsum-plugin/wrangle.toml @@ -0,0 +1,4 @@ +name = "lorem-ipsum-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" } diff --git a/plugins/apps/rename-layers-plugin/wrangle.toml b/plugins/apps/rename-layers-plugin/wrangle.toml new file mode 100644 index 0000000000..1dc6c2fe0a --- /dev/null +++ b/plugins/apps/rename-layers-plugin/wrangle.toml @@ -0,0 +1,5 @@ +name = "rename-layers-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/rename-layers-plugin/browser" } + diff --git a/plugins/apps/table-plugin/wrangle.toml b/plugins/apps/table-plugin/wrangle.toml new file mode 100644 index 0000000000..516dd54b1e --- /dev/null +++ b/plugins/apps/table-plugin/wrangle.toml @@ -0,0 +1,5 @@ +name = "table-plugin" +compatibility_date = "2025-01-01" + +assets = { directory = "../../dist/apps/table-plugin/browser" } +