From 5b0548ad80942fafedb38b76d1e192dfce9f462f Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Fri, 28 Mar 2025 19:05:04 +0100 Subject: [PATCH] Update Slack webhook URL --- .github/workflows/unassign-inactive-issues.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unassign-inactive-issues.yaml b/.github/workflows/unassign-inactive-issues.yaml index cdf7933..d6b1942 100644 --- a/.github/workflows/unassign-inactive-issues.yaml +++ b/.github/workflows/unassign-inactive-issues.yaml @@ -10,7 +10,7 @@ on: LE_BOT_PRIVATE_KEY: description: "GitHub App Private Key for authentication" required: true - SLACK_WEBHOOK_URL: + SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: description: "Slack webhook URL for notifications" required: true @@ -63,7 +63,7 @@ jobs: uses: slackapi/slack-github-action@v2.0.0 with: webhook-type: incoming-webhook - webhook: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }} payload: | { "text": "\nThe following users have been unassigned due to inactivity:\n${{ steps.unassign.outputs.unassignments }}"