Skip to content

Commit b5726d7

Browse files
CI updates
1 parent 9c9beaf commit b5726d7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release-on-tag.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ jobs:
8585
generate_release_notes: true
8686
files: |
8787
${{ env.ZIP_NAME }}
88+
89+
- name: Trigger workflow in another repo
90+
uses: peter-evans/repository-dispatch@v2
91+
with:
92+
token: ${{ secrets.VPM_KEY }}
93+
repository: BitforgedVR/VPM
94+
event-type: build-repo-listing
95+
client-payload: '{"ref": "${{ github.ref }}"}'

0 commit comments

Comments
 (0)