Skip to content

Commit 8fb48ff

Browse files
committed
Tune it
1 parent d40784b commit 8fb48ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/is-calypso-channel-green.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- run:
9-
STATUS=$(curl -s https://public-api.wordpress.com/rest/v1.1/internal/calypso-slack-channel)
9+
STATUS=$(curl -s https://public-api.wordpress.com/rest/v1.1/internal/calypso-slack-channel --header "Authorization: ${{ secrets.CALYPSO_CHANNEL_STATUS_API_SECRET }}")
10+
echo $STATUS
1011
if [ "$STATUS" = "GREEN" ]; then
1112
echo "Calypso Slack channel is green."
1213
exit 0

0 commit comments

Comments
 (0)