{"id":13565732,"url":"https://github.com/slackapi/slack-github-action","last_synced_at":"2025-05-13T19:15:20.173Z","repository":{"id":37855371,"uuid":"306439799","full_name":"slackapi/slack-github-action","owner":"slackapi","description":"Send data into Slack using this GitHub Action!","archived":false,"fork":false,"pushed_at":"2025-05-06T21:25:03.000Z","size":4807,"stargazers_count":1124,"open_issues_count":7,"forks_count":162,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-05-13T08:01:46.056Z","etag":null,"topics":["bot","github-actions","slack"],"latest_commit_sha":null,"homepage":"https://tools.slack.dev/slack-github-action","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/slackapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","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}},"created_at":"2020-10-22T19:31:13.000Z","updated_at":"2025-05-12T22:53:53.000Z","dependencies_parsed_at":"2024-01-03T00:04:32.997Z","dependency_job_id":"4dc18ce4-7505-4389-a919-e7bee09f74b7","html_url":"https://github.com/slackapi/slack-github-action","commit_stats":{"total_commits":285,"total_committers":40,"mean_commits":7.125,"dds":"0.48070175438596496","last_synced_commit":"bd0e2818bf5e26dd18c03ce249d01eceb8e1cb04"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fslack-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slackapi","download_url":"https://codeload.github.com/slackapi/slack-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010821,"owners_count":21999002,"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":["bot","github-actions","slack"],"created_at":"2024-08-01T13:01:54.117Z","updated_at":"2025-05-13T19:15:20.147Z","avatar_url":"https://github.com/slackapi.png","language":"JavaScript","readme":"# Slack Send GitHub Action\n\n\u003e the GitHub Action for sending data to Slack\n\n[![codecov](https://codecov.io/gh/slackapi/slack-github-action/graph/badge.svg?token=OZNX7FHN78)](https://codecov.io/gh/slackapi/slack-github-action)\n\nComprehensive documentation is available at [tools.slack.dev/slack-github-action](https://tools.slack.dev/slack-github-action).\n\nUse this GitHub Action to:\n* [Send data with a webhook to start a workflow in Workflow Builder](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-webhook-slack-workflow).\n* [Send data using a Slack API method and a secret token with required scopes](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-api-method/).\n* [Send data as a message with a Slack incoming webhook URL](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/).\n\n## Project details\n\n### Versioning\n\nWe recommend using the latest version of this Action for the most recent updates\nand fixes.\n\nMigration guides are available in the [release notes][releases] with breaking\nchanges noted between versions.\n\nChanges required when upgrading from `@v1` to `@v2` are included in this\n[migration guide][v2.0.0].\n\n### License\n\nThis project is licensed under the [MIT license](LICENSE).\n\n### Contributing\n\nAll contributions are encouraged! Check out the\n[contributor's guide][contributing] to learn more.\n\n[apps]: https://api.slack.com/apps\n[apps-new]: https://api.slack.com/apps/new\n[axios-retry]: https://www.npmjs.com/package/axios-retry\n[block-kit]: https://api.slack.com/surfaces/messages#complex_layouts\n[chat.postMessage]: https://api.slack.com/methods/chat.postMessage\n[chat.update]: https://api.slack.com/methods/chat.update\n[chat:write]: https://api.slack.com/scopes/chat:write\n[config-tokens]: https://api.slack.com/reference/manifests#config-tokens\n[contributing]: .github/contributing.md\n[conversation]: https://api.slack.com/types/conversation\n[custom-api-url]: https://tools.slack.dev/node-slack-sdk/web-api/#custom-api-url\n[epoch]: https://en.wikipedia.org/wiki/Unix_time\n[event-context]: https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts#L6\n[event-payload]: https://docs.github.com/en/webhooks/webhook-events-and-payloads\n[examples]: https://github.com/slackapi/slack-github-action/tree/main/example-workflows\n[files.upload]: https://api.slack.com/messaging/files#upload\n[files.uploadV2]: https://tools.slack.dev/node-slack-sdk/web-api/#upload-a-file\n[flat]: https://www.npmjs.com/package/flat\n[formatting]: https://api.slack.com/reference/surfaces/formatting\n[github-environment]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables\n[github-outputs]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs\n[github-variables]: https://docs.github.com/en/actions/learn-github-actions/variables\n[incoming-webhook]: https://api.slack.com/messaging/webhooks\n[incoming-webhook-scope]: https://api.slack.com/scopes/incoming-webhook\n[interactivity]: https://api.slack.com/messaging/interactivity\n[job-step]: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps\n[messaging-parents]: https://api.slack.com/messaging/retrieving#finding_threads\n[messaging-threads]: https://api.slack.com/messaging/sending#threading\n[messaging-timestamp]: https://api.slack.com/messaging/retrieving#individual_messages\n[methods]: https://api.slack.com/methods\n[mrkdwn]: https://api.slack.com/reference/surfaces/formatting\n[plans]: https://slack.com/pricing\n[rate-limits]: https://api.slack.com/apis/rate-limits\n[releases]: https://github.com/slackapi/slack-github-action/releases\n[repo-secret]: https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository\n[response]: https://api.slack.com/web#responses\n[retries]: https://tools.slack.dev/node-slack-sdk/web-api/#automatic-retries\n[retry-after]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After\n[scopes]: https://api.slack.com/scopes\n[slack-web-api]: https://tools.slack.dev/node-slack-sdk/web-api\n[tokens]: https://api.slack.com/concepts/token-types\n[v2.0.0]: https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0\n[variables]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables\n[wfb]: https://slack.com/features/workflow-automation\n[wfb-create]: https://slack.com/help/articles/360041352714-Build-a-workflow--Create-a-workflow-that-starts-outside-of-Slack\n","funding_links":[],"categories":["JavaScript",":gear: \u0026nbsp; Open-Source Slack Apps and Integrations"],"sub_categories":["JavaScript/Typescript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fslack-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslackapi%2Fslack-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fslack-github-action/lists"}