Skip to content

Commit 00fb437

Browse files
committed
ci: retire obsolete skills-released dispatch to cline-fork @W-23853883@
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.
1 parent 81dc382 commit 00fb437

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release-skills.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,3 @@ jobs:
100100
npm publish --access public
101101
env:
102102
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
103-
104-
- name: Notify cline-fork
105-
if: ${{ steps.changelog.outputs.skipped == 'false' && steps.release.outputs.id != '' && steps.publish.outcome == 'success' }}
106-
uses: peter-evans/repository-dispatch@v3
107-
with:
108-
token: ${{ secrets.IDEE_GH_TOKEN }}
109-
repository: forcedotcom/cline-fork
110-
event-type: skills-released
111-
client-payload: '{"version": "${{ steps.changelog.outputs.version }}"}'

0 commit comments

Comments
 (0)