We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba31de + 880cf2a commit 6b2068cCopy full SHA for 6b2068c
1 file changed
…orkflows/task-deadline-notifications.yml .github/workflows/notifications.yml.github/workflows/task-deadline-notifications.yml renamed to .github/workflows/notifications.yml
@@ -1,4 +1,4 @@
1
-name: Send Task Deadline Notifications
+name: Send Slack Notifications
2
3
on:
4
schedule:
@@ -11,4 +11,4 @@ jobs:
11
steps:
12
- name: Send notifications
13
run: |
14
- curl -H "Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}" -X POST "https://api.finishlinebyner.com/notifications/task-deadlines"
+ curl -H "Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}" -X POST "${{ env.BACKEND_URL}}/notifications/task-deadlines"
0 commit comments