Skip to content

Commit

Permalink
feat: channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Jun 23, 2023
1 parent f78d97d commit 0268eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-on-duty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DISCORD_MESSAGE_API_BEARER_TOKEN" \
-d "{\"channel_id\": \"$DISCORD_IOS_BUILD_CHANNEL_ID\", \"message\": \"$MESSAGE\"}" \
-d "{\"channel_id\": $DISCORD_IOS_BUILD_CHANNEL_ID, \"message\": \"$MESSAGE\"}" \
$DISCORD_MESSAGE_API_ENDPOINT
- name: Update LAST_ON_DUTY_PERSON_ID secret
Expand Down

0 comments on commit 0268eab

Please sign in to comment.