CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
dispatch.yml17 linesDownload Raw Back to workflows
1name: Trigger CI2on: push3 4jobs:5  build:6    name: Dispatch to main repo7    runs-on: ubuntu-latest8    steps:9      - name: Emit repository_dispatch10        uses: mvasigh/dispatch-action@main11        with:12          # You should create a personal access token and store it in your repository13          token: ${{ secrets.DISPATCH_AUTH }}14          repo: dev15          owner: codemirror16          event_type: push17 
basant307/AI_Governance_Project · CoolFace