{"id":37148677,"url":"https://github.com/ebay/tekton-slack-notify","last_synced_at":"2026-01-14T17:33:55.224Z","repository":{"id":50513659,"uuid":"516881080","full_name":"eBay/tekton-slack-notify","owner":"eBay","description":"A tekton task which publishes to slack (including thread support!)","archived":false,"fork":false,"pushed_at":"2025-03-25T21:08:37.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T22:23:24.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/eBay.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":"2022-07-22T20:39:18.000Z","updated_at":"2025-03-25T21:08:42.000Z","dependencies_parsed_at":"2025-01-13T02:27:18.800Z","dependency_job_id":"a832b0b9-4a14-4239-bf30-ebc8828f97c7","html_url":"https://github.com/eBay/tekton-slack-notify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eBay/tekton-slack-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Ftekton-slack-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Ftekton-slack-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Ftekton-slack-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Ftekton-slack-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eBay","download_url":"https://codeload.github.com/eBay/tekton-slack-notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Ftekton-slack-notify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28428491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-14T17:33:54.370Z","updated_at":"2026-01-14T17:33:55.218Z","avatar_url":"https://github.com/eBay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"tekton-slack-notify\n====================\n\n`tekton-slack-notify` is a tool for sending slack message into specified channel.\nUnlike other slack plugins, this one supports message threadding so you don't spam\nthe channel with lots of updates about the same topic.\n\n## Installation\n\nTo install this tool locally:\n\n```console\n$ go get github.com/ebay/tekton-slack-notify\n```\n\nOr install it as a Tekton task:\n\n```console\n$ kubectl apply -f https://raw.githubusercontent.com/eBay/tekton-slack-notify/refs/heads/main/task.yaml\n```\n\n## Usage\n\nTo run this tool locally:\n\n```console\n$ tekton-slack-notify -h\nUsage of tekton-slack-notify:\n      --channel string      channel ID to send message in\n      --text string         message text\n      --thread-ts string    thread ts, when specified, the message will be sent to thread\n      --token-file string   file path containing slack API token\n      --ts-file string      if specified, the message ts will be written into this file\n```\n\nOr run a TaskRun like below:\n\n```yaml\napiVersion: tekton.dev/v1beta1\nkind: TaskRun\nmetadata:\n  name: slack-notify\nspec:\n  params:\n  - name: channel\n    value: \u003cslack channel id\u003e\n  - name: text\n    value: \u003ctext to send\u003e\n  - name: slack_secret\n    value: \u003ca secret with token key - an oauth slack token\u003e\n  - name: thread_ts\n    value: \u003ctimestamp of parent message\u003e\n  taskRef:\n    kind: Task\n    name: slack-notify\n```\n\n## License\n\n[Apache License 2.0][1]\n\n[1]: https://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febay%2Ftekton-slack-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febay%2Ftekton-slack-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febay%2Ftekton-slack-notify/lists"}