Skip to content

Commit 6b2068c

Browse files
authored
Merge pull request #2650 from Northeastern-Electric-Racing/notif-url-update
move backend url to github env
2 parents aba31de + 880cf2a commit 6b2068c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/task-deadline-notifications.yml renamed to .github/workflows/notifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Send Task Deadline Notifications
1+
name: Send Slack Notifications
22

33
on:
44
schedule:
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- name: Send notifications
1313
run: |
14-
curl -H "Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}" -X POST "https://api.finishlinebyner.com/notifications/task-deadlines"
14+
curl -H "Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}" -X POST "${{ env.BACKEND_URL}}/notifications/task-deadlines"

0 commit comments

Comments
 (0)