actions-marketplace-validations/action-bark
You can send push notifications to iOS via Bark
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 19, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/harryzcy_action-bark@311cdd325f79e13e28c8ec1a651ae8bb6e4e3059 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Specify success or failure or cancelled. | yes | — |
| on_status | The status on which the notification would be sent. If you specify more than one, separate them by commas. e.g. failure, cancelled | no | all |
| title | Specify a custom title of the notification, required if status is set to custom | no | "" |
| body | Specify a custom body of the notification, required if status is set to custom | no | "" |
| device_key | Specify Bark device key of your device | yes | — |
| level | Specify iOS notification level (default: active) | no | active |
| badge | The number displayed next to App icon | no | — |
| automatically_copy | Automatically copy the content to the clipboard (must be "1" if set) | no | — |
| copy | The content to be copied to the clipboard | no | — |
| sound | Sound to be played, value from https://github.com/Finb/Bark/tree/master/Sounds | no | — |
| icon | An url to the icon, available only on iOS 15 or later | no | — |
| group | The group of the notification | no | — |
| is_archive | Value must be "1". Whether or not should be archived by the app | no | — |
| url | The url to be opened when the notification is clicked (defaults to GitHub run URL) | no | — |
| bark_server_url | Specify your Bark server URL | yes | — |
| github_server_url | Specify your GitHub Enterprise URL | no | https://github.com |
Outputs
no outputs