Skip to content

Commit

Permalink
fix: curl command for cicd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Apr 2, 2024
1 parent f9eb7ac commit c60d8db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Curl Command
env:
AUTH_TOKEN: ${{ secrets.CICD_AUTH_TOKEN }}
run: curl "http://tsg-cicd.iitkgp.ac.in/tech-notice/$AUTH_TOKEN"
run: curl -sS -X GET "http://tsg-cicd.iitkgp.ac.in/tech-notice/$AUTH_TOKEN"

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
notices/
.env

.DS_Store

0 comments on commit c60d8db

Please sign in to comment.