Skip to content

Merge branch 'main' of github.com:tsg-iitkgp/web-frontend #309

Merge branch 'main' of github.com:tsg-iitkgp/web-frontend

Merge branch 'main' of github.com:tsg-iitkgp/web-frontend #309

name: Build and Deploy
on:
push:
branches: [ "main" ]
jobs:
invoke-cicd-pipeline:
name: Calls cicd pipeline endpoint
runs-on: ubuntu-latest
steps:
- name: Curl Command
env:
AUTH_TOKEN: ${{ secrets.CICD_AUTH_TOKEN }}
run: curl -sS -X GET "http://tsg-cicd.iitkgp.ac.in/tsg-site-frontend/$AUTH_TOKEN"