{"id":19214948,"url":"https://github.com/datum-cloud/github-actions-slack-notifier","last_synced_at":"2026-02-09T22:33:42.723Z","repository":{"id":191917121,"uuid":"685950044","full_name":"datum-cloud/github-actions-slack-notifier","owner":"datum-cloud","description":"a shareable actions workflow to post build status updates to Slack","archived":false,"fork":false,"pushed_at":"2024-09-01T11:54:50.000Z","size":156,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-31T10:43:39.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datum-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-01T11:40:51.000Z","updated_at":"2024-04-22T16:24:24.000Z","dependencies_parsed_at":"2023-09-01T14:28:34.432Z","dependency_job_id":"41a2e275-c746-469e-8f30-8c7ee861a258","html_url":"https://github.com/datum-cloud/github-actions-slack-notifier","commit_stats":null,"previous_names":["datumforge/github-actions-slack-notifier","datum-cloud/github-actions-slack-notifier"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fgithub-actions-slack-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fgithub-actions-slack-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fgithub-actions-slack-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Fgithub-actions-slack-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datum-cloud","download_url":"https://codeload.github.com/datum-cloud/github-actions-slack-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223835330,"owners_count":17211158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T14:11:59.682Z","updated_at":"2024-11-09T14:12:00.246Z","avatar_url":"https://github.com/datum-cloud.png","language":null,"readme":"# github-actions-slack-notifier\n\na shareable actions workflow to post build status updates to Slack. \n\nYou can get started by creating a sample workflow like below:\n\n```yaml\nname: Notify slack\n\non: [push]\n\njobs:\n    notify-slack:\n        runs-on: ubuntu-latest\n        steps:\n          - name: Send message to Slack channel\n            uses: datumforge/github-actions-slack-notifier@v1.0.2\n            with:\n              type: start\n             # type: custom \u003c- when using type \"custom\" you can feed in your own templates / message using the \"message\" parameter\n             # message: \"Matt is the best\"\n              channel_id: C05QJ8EKP0V # you can get this by clicking on the channel in Slack and under the \"about\" tab the CHannel ID is listed at the bottom\n              slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}\n              mentions: \"@manderson\" # you need to put the @ and either group of users in slack or a user handle directly\n```\n\n# Default message types\n\nThe default message types:\n\n- default\n- start\n- end\n- failed\n- custom\n\n# Inputs\n\n| Name          | Description                                             |\n| ------------- |---------------------------------------------------------|\n| `CHANNEL_ID` | The slack channel id                                     |\n| `MESSAGE`       | The message display in first block of notification    |\n| `SLACK_BOT_TOKEN`       | OAuth token of your slack app                 |","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Fgithub-actions-slack-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatum-cloud%2Fgithub-actions-slack-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Fgithub-actions-slack-notifier/lists"}