Updated show the contact names in Capital letters only #305
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |