Skip to content

Commit 9ca2c45

Browse files
authored
fix(ci): pass webhook through to notify-on-push action (#8252)
Pass webhook through to notify-on-push action
1 parent 6af8e13 commit 9ca2c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notify-on-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: nodejs/web-team/actions/notify-on-push@2c2897a93eb99b4cdca270729100bc0887c758d9
19+
with:
20+
webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)