{"id":19878749,"url":"https://github.com/ironsource/action-slack-notification","last_synced_at":"2026-04-19T02:01:41.121Z","repository":{"id":66642954,"uuid":"436215408","full_name":"ironSource/action-slack-notification","owner":"ironSource","description":"A GitHub Action to send a message to a Slack channel.","archived":false,"fork":false,"pushed_at":"2022-01-18T14:18:45.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-03T16:37:14.979Z","etag":null,"topics":["actions","github-actions","slack"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ironSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-08T11:03:04.000Z","updated_at":"2022-01-18T10:43:32.000Z","dependencies_parsed_at":"2023-04-26T19:31:32.949Z","dependency_job_id":null,"html_url":"https://github.com/ironSource/action-slack-notification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ironSource/action-slack-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironSource%2Faction-slack-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironSource%2Faction-slack-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironSource%2Faction-slack-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironSource%2Faction-slack-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironSource","download_url":"https://codeload.github.com/ironSource/action-slack-notification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironSource%2Faction-slack-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","slack"],"created_at":"2024-11-12T17:06:32.576Z","updated_at":"2026-04-19T02:01:41.101Z","avatar_url":"https://github.com/ironSource.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-slack-notification\nA [GitHub Action](https://github.com/features/actions) to send a message to a Slack channel.\n\n\n## Example usage\n\nHere is an example setup of this action:\n\n```yml\nname: Some Action\n\non:\n  workflow_dispatch:\n  \njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n        ...\n          steps before\n        ...  \n        \n      - name: Slack Notification\n        uses: AndyKIron/slack-notify@main\n        with:\n          channel: some-slack-channel\n          username: sender-name\n          message: \"tour message here\"\n          slack_webhook: ${{ secrets.SLACK_WEBHOOK }}\n\n        ...\n          steps after\n        ...\n\n\n```\n\n### Inputs (with)\n\n| Variable      |          | Purpose                                                                                                                                        |\n|---------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| channel       | required | Slack channel name where you want sending message                                                                                              |\n| username      | required | Message sender name                                                                                                                            |\n| icon_url      | optional | URL to an image to use as the icon for this message.                                                                                           |\n| status        | optional | Message status (left border color). Values - good (green), warning (yellow), danger (red), or any hex color code (eg. #439FE0). Default - good |\n| message       | required | Message content like `\"\u003c!channel\u003e :rotating_light: *${{github.actor}}* do some wrong!\"` (markdown supported)                                   |\n| slack_webhook | required | You can [generate a Slack incoming webhook token from here](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks).                               |\n\n\n- Create `SLACK_WEBHOOK` secret using [GitHub Action's Secret](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsource%2Faction-slack-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironsource%2Faction-slack-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsource%2Faction-slack-notification/lists"}