{"id":41154585,"url":"https://github.com/dataesr/slack-notifier-action","last_synced_at":"2026-01-22T19:12:50.075Z","repository":{"id":102997087,"uuid":"373887771","full_name":"dataesr/slack-notifier-action","owner":"dataesr","description":"This action allows to send a message in slack channels in a github actions pipeline.","archived":false,"fork":false,"pushed_at":"2021-06-04T15:48:54.000Z","size":185,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-11T10:27:02.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataesr.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-04T15:38:07.000Z","updated_at":"2021-06-04T15:45:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3f9c038-0793-42b1-97be-c0c258a98316","html_url":"https://github.com/dataesr/slack-notifier-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dataesr/slack-notifier-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fslack-notifier-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fslack-notifier-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fslack-notifier-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fslack-notifier-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataesr","download_url":"https://codeload.github.com/dataesr/slack-notifier-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fslack-notifier-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-22T19:10:29.643Z","updated_at":"2026-01-22T19:12:50.062Z","avatar_url":"https://github.com/dataesr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slack-notifier-action\nThis actions allows to send a message in slack channels in a github actions pipeline.\nIt uses github workflow context to display a formatted message on a selected slack channel.\n\n## Inputs\n\n| Name | Required | Description |\n| ---- | -------- | ----------- |\n| **github_token** | _required_ | Your github token. Usually use `${{ secrets.GITHUB_TOKEN }}`.\n| **slack_token** | _required_ | Your slack bot token. Set it as a secret and use it as `${{ secrets.SLACK_TOKEN }}`\n| **slack_channel** | _required_ | A slack channel to publish the message.\n| **report_jobs** | _optional_ | If `true`, reports the status of all jobs. **Default**: `true`\n| **deployment_url** | _optional_ | If provided, adds a button that links to an app deployment. **Default**: \"\"\n*Only printed if workflow is successfull*\n\n## Usage\n```yaml\nname: Production deployment\non: [push]\n\njobs:\n  hello_job1:\n    runs-on: ubuntu-latest\n    name: A job to say hello 1\n    steps:\n      - run: echo 'hello'\n  hello_job2:\n    runs-on: ubuntu-latest\n    name: A job to say hello 2\n    steps:\n      - run: echo 'hello'\n  \n  hello_world_job:\n    needs:\n      - hello_job1\n      - hello_job2\n    if: always()\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: dataesr/slack-notifier-action@v1\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN}}\n          slack_token: ${{ secrets.SLACK_TOKEN }}\n          slack_channel: '#\u003cslack-channel\u003e'\n          deployment_url: '\u003cyour-app-url\u003e'\n```\nSlack message:\n\u003cimg src=\"./img/example.png\" title=\"Slack Example\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataesr%2Fslack-notifier-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataesr%2Fslack-notifier-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataesr%2Fslack-notifier-action/lists"}