mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
upload-merged-plugin Action Error #842
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xuegao-tzx on GitHub (Nov 30, 2025).
Self Checks
Dify version
1.9.0
Plugin version
1.0.0
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Error log
HTTP 401: Bad credentials (https://api.github.com/graphql)
@dosubot[bot] commented on GitHub (Nov 30, 2025):
The HTTP 401 "Bad credentials" error in the upload-merged-plugin workflow is caused by an authentication failure when the GitHub CLI tries to clone a private repo or download a release. The workflow uses the ORG_SCOPE_GITHUB_TOKEN secret for these steps, not the default GITHUB_TOKEN. This error means the token is missing, invalid, expired, or doesn't have the required scopes (like "repo" and "read:packages") for these operations.
To fix this, check that the ORG_SCOPE_GITHUB_TOKEN secret exists in your repository or organization settings, is valid, and has the necessary permissions. If needed, update or recreate the secret with a personal access token that includes the required scopes. This should resolve the authentication issue and allow the workflow to complete successfully. You can review the workflow configuration and token usage here.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@hjlarry commented on GitHub (Dec 2, 2025):
fixed now