Skip to content

unversioned

unversioned #45

Workflow file for this run

name: Trigger CSMI Update
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Update CSMI 2023 Internships
env:
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
EVENT: stages-updates
ORG: master-csmi
REPO: csmi
run: |
curl -d "{\"event_type\": \"${EVENT}\"}" -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches"