chore: Trigger docs update (#29932)

This commit is contained in:
Rodrigo Nascimento 2023-07-28 03:03:46 -03:00 committed by GitHub
parent 0187ef0a4b
commit f377b47963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -689,3 +689,11 @@ jobs:
event-type: new_release
repository: RocketChat/Release.Distributions
client-payload: '{"tag": "${{ github.ref_name }}"}'
- name: Update docs
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DOCS_PAT }}
event-type: new_release
repository: RocketChat/docs
client-payload: '{"tag": "${{ github.ref_name }}"}'