Skip to content

Commit

Permalink
Update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored and RafalKorepta committed Dec 27, 2024
1 parent 2420846 commit 506de8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dispatch_helm_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
secret-ids: |
,sdlc/prod/github/actions_bot_token
parse-json-secrets: true
- name: Trigger generate-helm-spec-docs event
- name: Trigger doc generation in docs repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ env.ACTIONS_BOT_TOKEN }}
repository: redpanda-data/docs
event-type: generate-helm-spec-docs
- name: Trigger doc generation in rp-connect-docs repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ env.ACTIONS_BOT_TOKEN }}
repository: redpanda-data/rp-connect-docs
event-type: generate-helm-spec-docs

0 comments on commit 506de8a

Please sign in to comment.