Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Added Disclaimer that This project is not maintained anymore #320

Added Disclaimer that This project is not maintained anymore

Added Disclaimer that This project is not maintained anymore #320

name: Dispatch event for cortx submodule
on:
push:
branches: [ main ]
jobs:
dispatch:
strategy:
matrix:
repo: ['Seagate/cortx']
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: submodule-update-event