Skip to content

chore: bump @aws-sdk/client-s3 from 3.848.0 to 3.850.0 (#515) #190

chore: bump @aws-sdk/client-s3 from 3.848.0 to 3.850.0 (#515)

chore: bump @aws-sdk/client-s3 from 3.848.0 to 3.850.0 (#515) #190

name: Notify on Push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
notify-on-push:
name: Notify on any direct push to `main`
if: >
github.repository == 'nodejs/release-cloudflare-worker' &&
github.event.forced
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Slack Notification
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
env:
SLACK_COLOR: '#DE512A'
SLACK_ICON: https://github.com/nodejs.png?size=48
SLACK_TITLE: ${{ github.actor }} directly pushed to ${{ github.ref }}
SLACK_MESSAGE: |
A commit was directly pushed to <https://github.com/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.repository }}@${{ github.ref_name }}> by <https://github.com/${{ github.actor }}|${{ github.actor }}>
Before: <https://github.com/${{ github.repository }}/commit/${{ github.event.before }}|${{ github.event.before }}>
After: <https://github.com/${{ github.repository }}/commit/${{ github.event.after }}|${{ github.event.after }}>
SLACK_USERNAME: nodejs-bot
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}