Background
The Dify Plugin publishing workflow (dify-plugin-publish.yml) has been merged into the repository. This workflow automates the process of packaging and publishing the AgentCube Dify Plugin to the Dify Plugin Marketplace.
Request
To enable the automated publishing workflow, we need the following setup:
1. Fork langgenius/dify-plugins to volcano-sh
The workflow requires a fork of langgenius/dify-plugins under the volcano-sh organization to push plugin packages and create PRs.
Action Required:
2. Configure PLUGIN_ACTION Repository Secret
The workflow uses a secret named PLUGIN_ACTION to authenticate with GitHub for:
- Pushing branches to volcano-sh/dify-plugins
- Creating PRs to langgenius/dify-plugins
Action Required:
Workflow Trigger
Once configured, the workflow will be triggered automatically when a tag matching dify-plugin/v* is pushed:
git tag -a dify-plugin/v0.0.2 -m "Release Dify Plugin v0.0.2"
git push origin dify-plugin/v0.0.2
Related Files
Workflow: .github/workflows/dify-plugin-publish.yml
Plugin: integrations/dify-plugin/
Questions for Maintainers
- Is it acceptable to fork langgenius/dify-plugins to the volcano-sh organization?
- Can you help configure the PLUGIN_ACTION secret?
Thank you!
Background
The Dify Plugin publishing workflow (dify-plugin-publish.yml) has been merged into the repository. This workflow automates the process of packaging and publishing the AgentCube Dify Plugin to the Dify Plugin Marketplace.
Request
To enable the automated publishing workflow, we need the following setup:
1. Fork langgenius/dify-plugins to volcano-sh
The workflow requires a fork of langgenius/dify-plugins under the volcano-sh organization to push plugin packages and create PRs.
Action Required:
2. Configure PLUGIN_ACTION Repository Secret
The workflow uses a secret named PLUGIN_ACTION to authenticate with GitHub for:
Action Required:
Workflow Trigger
Once configured, the workflow will be triggered automatically when a tag matching dify-plugin/v* is pushed:
Related Files
Workflow: .github/workflows/dify-plugin-publish.yml
Plugin: integrations/dify-plugin/
Questions for Maintainers
Thank you!