Skip to content

Commit 5ebda61

Browse files
authored
ci: remove website post release notification (#15133)
This notification was for documentation syncing. This has now been moved to a vercel cron to run the script directly.
1 parent e0e058c commit 5ebda61

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/post-release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,3 @@ jobs:
5252
color: '16777215'
5353
username: 'Payload Releases'
5454
avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'
55-
56-
notify-website-repo:
57-
name: Notify website repo
58-
runs-on: ubuntu-latest
59-
steps:
60-
- uses: actions/checkout@v5
61-
62-
- name: Dispatch event
63-
uses: peter-evans/repository-dispatch@v3
64-
with:
65-
token: ${{ secrets.PAYLOAD_REPOSITORY_DISPATCH }}
66-
repository: payloadcms/website
67-
event-type: ${{ env.PAYLOAD_RELEASE_EVENT }}
68-
client-payload: '{"event": {"message": "New Payload Release"}}'

0 commit comments

Comments
 (0)