The GitHub Action for releasing the plugin is stopping due to an “HTTP 401: Bad credentials” error

The tool/plugin I submitted in the pull request https://github.com/langgenius/dify-plugins/pull/1637 was merged into the main branch, but the latest version has not been released to the Dify Marketplace.

After checking https://github.com/langgenius/dify-plugins/actions/runs/19808729950/job/56747114282 , it appears that the release process is failing due to the following issue:

Clone Marketplace Toolkit

Run gh repo clone langgenius/dify-marketplace-toolkit -- .scripts/
  gh repo clone langgenius/dify-marketplace-toolkit -- .scripts/
  shell: /usr/bin/bash -e {0}
  env:
    REPO_NAME: langgenius/dify-plugins
    GH_TOKEN: ***

HTTP 401: Bad credentials (https://api.github.com/graphql)
Try authenticating with:  gh auth login
Error: Process completed with exit code 1.

@PinkBanana

F.Y.I., it seems that the “Upload Merged Plugin” workflow has been broken since the afternoon of Nov. 28.

An issue was also created on GitHub: [BUG] My plugin `Audio merge tool` has not been successfully released to the market. Something went error with CI. · Issue #1647 · langgenius/dify-plugins · GitHub

Yes, I have already told our team members regarding this, we shall replace the token once it’s approved.

I’ve confirmed that the issue has been resolved and that the latest version of my tool/plugin has been released to the Dify Marketplace. Thank you for your support. :+1:

This problem have been solved now :saluting_face: