{"id":18464263,"url":"https://github.com/projectdiscovery/notify-action","last_synced_at":"2025-06-18T08:40:10.051Z","repository":{"id":39705375,"uuid":"380158602","full_name":"projectdiscovery/notify-action","owner":"projectdiscovery","description":"Notify is a helper utility written in Go that allows you to post output to multiple platforms.","archived":false,"fork":false,"pushed_at":"2022-05-27T15:35:39.000Z","size":9,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-28T16:14:54.461Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectdiscovery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-25T07:23:48.000Z","updated_at":"2024-10-03T05:15:36.000Z","dependencies_parsed_at":"2023-01-11T17:21:46.491Z","dependency_job_id":null,"html_url":"https://github.com/projectdiscovery/notify-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fnotify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fnotify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fnotify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fnotify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectdiscovery","download_url":"https://codeload.github.com/projectdiscovery/notify-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251342726,"owners_count":21574245,"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-06T09:09:16.403Z","updated_at":"2025-04-28T16:15:00.526Z","avatar_url":"https://github.com/projectdiscovery.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/projectdiscovery/notify/blob/master/static/notify-logo.png\" alt=\"notify\" width=\"200px\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\u003ca href=\"https://github.com/projectdiscovery/notify-action\"\u003eNotify Action\u003c/a\u003e makes it easy to orchestrate \u003ca href=\"https://github.com/projectdiscovery/notify\"\u003enotify\u003c/a\u003e with GitHub Action.\u003c/h4\u003e\n\n\n\nExample Usage\n-----\n\n**GitHub Action running Notify with file**\n\n```yaml\n      - name: 🗒 Notify - Keep me updated\n        uses: projectdiscovery/notify-action@main\n        with:\n          data: output.txt\n          provider-config: notify-config.yaml\n```\n\n**Example workflow** - `.github/workflows/notify.yml`\n\n\n```yaml\nname: 🗒 Notify - Keep me updated\n\non:\n    schedule:\n      - cron: '0 0 * * *'\n    workflow_dispatch:\n\njobs:\n  notify-scan:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actions/setup-go@v3\n        with:\n          go-version: 1.17\n\n      - name: 🗒 Notify - Keep me updated\n        uses: projectdiscovery/notify-action@main\n        with:\n          data: output.txt\n          provider-config: notify-config.yaml\n```\n\n\nAvailable Inputs\n------\n\n| Key      | Description                        | Required |\n|----------|------------------------------------|----------|\n| `data`   | Input file to send with notify     | false    |\n| `provider-config` | Config file to use with notify     | false    |\n| `flags`  | Additional notify CLI flags to use | false    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Fnotify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectdiscovery%2Fnotify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectdiscovery%2Fnotify-action/lists"}