Skip to content

649 - Update Github Action with correct secret name for Slack bot#652

Open
silkenodwell wants to merge 1 commit intoWomen-Coding-Community:mainfrom
silkenodwell:bug-github-actions-llm-summary
Open

649 - Update Github Action with correct secret name for Slack bot#652
silkenodwell wants to merge 1 commit intoWomen-Coding-Community:mainfrom
silkenodwell:bug-github-actions-llm-summary

Conversation

@silkenodwell
Copy link
Contributor

Description

Addresses #649.

Fix the name of the secrets:
It should be SLACK_BOT_WEBHOOK instead of SLACK_WEBHOOK_URL

Also, there was a try-except block that checked for a key error when using os.getenv. But os.getenv doesn't throw a KeyError, it just returns None if the key does not exist. This PR fixes this error handling to correctly throw an error if SLACK_BOT_WEBHOOK is not an environment variable.

Change Type

  • Bug Fix
  • New Feature
  • Code Refactor
  • Mentor Update
  • Data Update
  • Documentation
  • Other

Related Issue

#649

Pull request checklist

Please check if your PR fulfills the following requirements:

  • I checked and followed the contributor guide
  • I have tested my changes locally.
  • I have added a screenshot from the website after I tested it locally

@silkenodwell silkenodwell requested a review from a team as a code owner February 6, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants