Skip to content

Commit

Permalink
chore: Trigger docs update (#29932)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Jul 28, 2023
1 parent 0187ef0 commit f377b47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'

0 comments on commit f377b47

Please sign in to comment.