Skip to content

Commit 6d2bc5a

Browse files
authored
Update workflows.ts
1 parent 195cda1 commit 6d2bc5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/routes/workflows.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- name: Send Push Message
5757
uses: JamesIves/[email protected]
5858
with:
59-
endpoint: https://codey-bot.herokuapp.com/api/send
60-
configuration: '{ "method": "POST", "headers": {"Content-Type": "application/json"}, "body": {"channelId": "${channelId}", "message": "${options.pushMessage}", "secret": "\${{ secrets.CODEYBOT_TOKEN }}"} }'
59+
endpoint: https://codey-bot.herokuapp.com/api/workflows/send
60+
configuration: '{ "method": "POST", "headers": {"Content-Type": "application/json"}, "body": {"channelId": "${channelId}", "message": "${options.pushMessage}", "authId": "${authId}", "secret": "\${{ secrets.CODEYBOT_TOKEN }}"} }'
6161
`);
6262
}
6363

@@ -77,8 +77,8 @@ jobs:
7777
- name: Send Release Message
7878
uses: JamesIves/[email protected]
7979
with:
80-
endpoint: https://codey-bot.herokuapp.com/api/send
81-
configuration: '{ "method": "POST", "headers": {"Content-Type": "application/json"}, "body": {"channelId": "${channelId}", "message": "${options.releaseMessage}", "secret": "\${{ secrets.CODEYBOT_TOKEN }}"} }'
80+
endpoint: https://codey-bot.herokuapp.com/api/workflows/send
81+
configuration: '{ "method": "POST", "headers": {"Content-Type": "application/json"}, "body": {"channelId": "${channelId}", "message": "${options.releaseMessage}", "authId": "${authId}", "secret": "\${{ secrets.CODEYBOT_TOKEN }}"} }'
8282
`);
8383
}
8484

0 commit comments

Comments
 (0)