[ci] Add dispatch to tag PathWeaver and Shuffleboard (#6788)

This commit is contained in:
sciencewhiz
2024-06-29 13:58:09 -07:00
committed by GitHub
parent 88658fb30b
commit a2beb7510b

View File

@@ -255,6 +255,9 @@ jobs:
dispatch:
name: dispatch
needs: [combine]
strategy:
matrix:
repo: ['SmartDashboard', 'PathWeaver', 'Shuffleboard']
runs-on: ubuntu-22.04
steps:
- uses: peter-evans/repository-dispatch@v3
@@ -263,6 +266,6 @@ jobs:
startsWith(github.ref, 'refs/tags/v')
with:
token: ${{ secrets.TOOL_REPO_ACCESS_TOKEN }}
repository: wpilibsuite/smartdashboard
repository: wpilibsuite/${{ matrix.repo }}
event-type: tag
client-payload: '{"package_name": "allwpilib", "package_version": "${{ github.ref_name }}"}'