ci: retire obsolete skills-released dispatch to cline-fork @W-23853883@ - #330
Merged
Merged
Conversation
cline-fork is the retired v3 fork; v4 keeps afv-skills current via Dependabot (pull), so the publish-side push-notify is dead weight and red-fails release-skills on a 403 to the archived repo.
hsinghbisht-sfdc
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Removed the
Notify cline-forkstep from.github/workflows/release-skills.yml— the final step that fired arepository_dispatch(skills-released) atforcedotcom/cline-forkafter each publish.Why
cline-forkis the retired v3 Agentforce Vibes fork; itsbump-skills.ymlconsumer no longer runs, so the dispatch is a no-op.salesforcedx-vscode-einstein-gpt) never consumedskills-released— it now keeps@salesforce/afv-skillscurrent via Dependabot (pull-based npm polling), so no publish-side push is needed. See salesforcedx-vscode-einstein-gpt#2721.release-skillsrun after a successful npm publish — misleading noise.Notes
Publish to npmis now the final step;IDEE_GH_TOKEN/NPM_TOKENusage elsewhere is untouched.Skills
N/A — CI workflow cleanup; no skill added, changed, or removed, so the
validate:skillsgate and the checklist below don't apply.