Skip to content

Commit 3f26e30

Browse files
committed
fix-notification-yml
1 parent e48caeb commit 3f26e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
jobs:
88
send_notifications:
99
runs-on: ubuntu-latest
10+
environment: notifications
1011
steps:
1112
- name: Send notifications
1213
run: |
13-
curl -X POST https://api.finishlinebyner.com/notifications/task-deadlines \
14-
-H 'Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}'
14+
curl -H "Authorization: ${{ secrets.NOTIFICATION_ENDPOINT_SECRET }}" -X POST "https://api.finishlinebyner.com/notifications/task-deadlines"

0 commit comments

Comments
 (0)