{"id":19134639,"url":"https://github.com/eikendev/gotify-action","last_synced_at":"2025-05-06T19:28:42.597Z","repository":{"id":65159636,"uuid":"251678452","full_name":"eikendev/gotify-action","owner":"eikendev","description":"A GitHub Action to send notifications via Gotify","archived":false,"fork":false,"pushed_at":"2024-11-09T22:49:37.000Z","size":6,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T12:58:07.345Z","etag":null,"topics":["actions","github-action","gotify"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/gotify-notification","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eikendev.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}},"created_at":"2020-03-31T17:23:38.000Z","updated_at":"2025-01-13T07:57:28.000Z","dependencies_parsed_at":"2023-01-12T14:31:17.367Z","dependency_job_id":null,"html_url":"https://github.com/eikendev/gotify-action","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"ca0339b85ee8db9fda9c0718aaa7f95e17b3c617"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgotify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgotify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgotify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fgotify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eikendev","download_url":"https://codeload.github.com/eikendev/gotify-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252752419,"owners_count":21798796,"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":["actions","github-action","gotify"],"created_at":"2024-11-09T06:27:34.541Z","updated_at":"2025-05-06T19:28:42.574Z","avatar_url":"https://github.com/eikendev.png","language":"Shell","readme":"# Gotify Notification Action\n\nThis action allows you to send push notifications via [Gotify](https://gotify.net/).\nGotify is an open-source push notification server.\n\n## Inputs\n\n### `notification_title`\n\n**Required** The title of the Gotify notification.\n\n### `notification_message`\n\n**Required** The message of the Gotify notification. Default `\"\"`.\n\n### `notification_priority`\n\n**Required** The priority of the Gotify notification. Default `4`.\n\n## Outputs\n\nThis action has no outputs.\n\n## Secrets\n\n### `gotify_api_base`\n\n**Required** The HTTP endpoint where the Gotify API is exposed.\n\n### `gotify_app_token`\n\n**Required** The token of the Gotify application.\n\n## Usage\n\nCreate a file `.github/workflows/main.yml` in your repository with the following contents.\n\n```yaml\nname: 'Gotify Notification'\non: [push]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Gotify Notification\n      uses: eikendev/gotify-action@master\n      with:\n        gotify_api_base: '${{ secrets.gotify_api_base }}'\n        gotify_app_token: '${{ secrets.gotify_app_token }}'\n        notification_title: 'Build Complete'\n        notification_message: 'Your build was completed.'\n```\n\nDo not forget to define the secrets so the action can complete successfully.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fgotify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feikendev%2Fgotify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fgotify-action/lists"}