Skip to content

Commit 26e0408

Browse files
authored
Update ocwm-reminders.yml
1 parent 97aa3d5 commit 26e0408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ocwm-reminders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
OWNER: ${{ vars.ORGANISATION }}
5858
REPO: 'community'
5959
OCWM_LABEL: ${{ vars.OCWM_LABEL }}
60-
SLACK_WEBHOOK: ${{ vars.SLACK_WEBHOOK_REMINDER }}
60+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_REMINDER }}
6161
with:
6262
script: |
6363
@@ -89,4 +89,4 @@ jobs:
8989
'Content-Type': 'application/json',
9090
},
9191
body: SLACK_MESSAGE,
92-
});
92+
});

0 commit comments

Comments
 (0)