Skip to content

Commit 5ee6fe2

Browse files
committed
main-chore(refactor): refactor has been put in place at "2026-01-06T16:08:29Z"
1 parent c8eee2b commit 5ee6fe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeowners-approved-slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
steps.pr.outputs.already_notified != 'true'
108108
uses: slackapi/slack-github-action@v2
109109
with:
110+
webhook-type: incoming-webhook
111+
webhook: ${{ secrets.SLACK_RELEASE_CHANGELOG_WEBHOOK }}
110112
payload: |
111113
{
112114
"text": "${{ inputs.slack-message-prefix }}\n<${{ steps.pr.outputs.url }}|PR #${{ steps.pr.outputs.number }} — ${{ steps.pr.outputs.title }}>\nBase: `${{ steps.pr.outputs.base }}` Head: `${{ steps.pr.outputs.head_sha }}`\nApproved by: `${{ github.event.review.user.login }}`"
113115
}
114-
env:
115-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_CHANGELOG_WEBHOOK }}
116116
117117
- name: Add marker comment (dedupe for this SHA)
118118
if: |

0 commit comments

Comments
 (0)