{"id":20632417,"url":"https://github.com/chrimaeon/github-slack-action","last_synced_at":"2026-05-08T03:02:48.606Z","repository":{"id":70174651,"uuid":"443184993","full_name":"chrimaeon/github-slack-action","owner":"chrimaeon","description":"Github Action to post Slack messages","archived":false,"fork":false,"pushed_at":"2022-11-11T18:25:48.000Z","size":442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T09:49:55.390Z","etag":null,"topics":["github-actions","slack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/chrimaeon.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}},"created_at":"2021-12-30T21:07:11.000Z","updated_at":"2024-08-17T20:46:27.923Z","dependencies_parsed_at":"2023-02-21T19:30:30.435Z","dependency_job_id":null,"html_url":"https://github.com/chrimaeon/github-slack-action","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.03703703703703709,"last_synced_commit":"595087d5dcbac617876a58f7b742f1205f356a8b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fgithub-slack-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fgithub-slack-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fgithub-slack-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrimaeon%2Fgithub-slack-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrimaeon","download_url":"https://codeload.github.com/chrimaeon/github-slack-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242619100,"owners_count":20159001,"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":["github-actions","slack"],"created_at":"2024-11-16T14:16:09.096Z","updated_at":"2025-12-16T02:08:32.411Z","avatar_url":"https://github.com/chrimaeon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Slack Message Action\n\n[![Build \u0026 Test](https://github.com/chrimaeon/github-slack-action/actions/workflows/main.yml/badge.svg)](https://github.com/chrimaeon/github-slack-action/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/chrimaeon/github-slack-action/branch/main/graph/badge.svg?token=WNLO6DSWNC)](https://codecov.io/gh/chrimaeon/github-slack-action)\n\nThis action sends a message to a Slack channel\n\n## Inputs\n\n### `slack_token`:\n**Required**\n\nThe OAuth token from your [Slack App]\n\n### `channel`:\n**Required**\n\nThe channel to post into\n\n### `text`:\n**Required**\n\nThe text to send\n\n### `blocks`:\n\nThe Slack Blocks-Kit part of the message (https://api.slack.com/block-kit)\n\n## Example usage\n\n```yaml\nname: Send Slack Message\n\non:\n  workflow-dispatch:\n\njobs:\n  send-message:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Notify Slack\n        uses: chrimaeon/github-slack-action@2\n        with:\n          slack_token: ${{ secrets.SLACK_TOKEN }}\n          channel: ${{ secrets.SLACK_CHANNEL }}\n          text: \"The is my first message, yay!\"\n          blocks: |\n            [\n              {\n                \"type\": \"header\",\n                \"text\": {\n                  \"type\": \"plain_text\",\n                  \"text\": \"Hello World!\"\n                }\n              },\n              {\n                \"type\": \"section\",\n                \"text\": {\n                  \"type\": \"mrkdwn\",\n                  \"text\": \"from **Github Slack Action**!\"\n                }\n              }\n            ]\n```\n\n[Slack App]: https://slack.com/apps","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrimaeon%2Fgithub-slack-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrimaeon%2Fgithub-slack-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrimaeon%2Fgithub-slack-action/lists"}