volcano-sh / volcano-sh/agentcube

[Request] Setup dify-plugins fork and PLUGIN_ACTION secret for automated plugin publishing

Open
#206 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
167
Forks
88
Avg merge
44m
Merged PRs (30d)
1

Description

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!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review .github/workflows/dify-plugin-publish.yml first, then inspect integrations/dify-plugin/ to understand the package and tag-triggered workflow. Done means volcano-sh/dify-plugins exists, PLUGIN_ACTION is configured with the required access, and a dify-plugin/v* tag successfully starts the publishing flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, github-actions
Domain
ci-cd, devops, release
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.