diff --git a/.github/workflows/task-deadline-notifications.yml b/.github/workflows/notifications.yml similarity index 66% rename from .github/workflows/task-deadline-notifications.yml rename to .github/workflows/notifications.yml index c189a34083..6473c7981e 100644 --- a/.github/workflows/task-deadline-notifications.yml +++ b/.github/workflows/notifications.yml @@ -1,4 +1,4 @@ -name: Send Task Deadline Notifications +name: Send Slack Notifications on: schedule: @@ -11,4 +11,4 @@ jobs: steps: - name: Send notifications run: | - 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"