minor updates #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Repo B Workflow | |
on: | |
push: | |
branches: | |
- main # Adjust this to your main branch name or desired trigger branch | |
jobs: | |
trigger-repo-b-workflow: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Repo B Workflow | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.ACTIONS_TOKEN }} | |
repository: hpccsystems-solutions-lab/Solutions-lab-website # Update with your Repo B details | |
event-type: content-updated |