{"id":13533255,"url":"https://github.com/ShaunLWM/action-pushbullet","last_synced_at":"2025-04-01T21:32:03.271Z","repository":{"id":65158438,"uuid":"220286537","full_name":"ShaunLWM/action-pushbullet","owner":"ShaunLWM","description":"🔔 A Github action to push Pushbullet notifications to your devices.","archived":false,"fork":false,"pushed_at":"2023-10-06T07:55:10.000Z","size":43,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T19:21:21.769Z","etag":null,"topics":["actions","github-actions","pushbullet"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShaunLWM.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}},"created_at":"2019-11-07T16:57:06.000Z","updated_at":"2025-01-29T20:58:07.000Z","dependencies_parsed_at":"2024-01-02T22:03:29.231Z","dependency_job_id":null,"html_url":"https://github.com/ShaunLWM/action-pushbullet","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.2222222222222222,"last_synced_commit":"ebc37cab1cc5db3c9479f4d919ffeebd6c4f8189"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-pushbullet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-pushbullet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-pushbullet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-pushbullet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaunLWM","download_url":"https://codeload.github.com/ShaunLWM/action-pushbullet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246713304,"owners_count":20821873,"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-actions","pushbullet"],"created_at":"2024-08-01T07:01:18.081Z","updated_at":"2025-04-01T21:32:02.850Z","avatar_url":"https://github.com/ShaunLWM.png","language":"Dockerfile","funding_links":[],"categories":["Community Resources","Uncategorized"],"sub_categories":["Notifications and Messages","Uncategorized"],"readme":"# Pushbullet Notifications for GitHub Actions\n\n![screenshot](screenshot.jpg)\n\nThis action allows you to send yourself a push notification via [Pushbullet](https://www.pushbullet.com/).\n\n## Usage\n\nTo use the action simply add the following lines to your `.github/main.workflow` and provide the required Secrets and Environment variables.\n\n```\naction \"Build Completion\" {\n  uses = \"ShaunLWM/action-pushbullet@master\"\n  secrets = [\"PB_TOKEN\"]\n  env = {\n    PB_TITLE = \"Build Complete\"\n    PB_TEXT = \"Your project has been built.\"\n  }\n}\n```\n\n#### YML\n```\nname: Pushbullet Notification\non: [push]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Pushbullet Notification\n      uses: ShaunLWM/action-pushbullet@master\n      env:\n        PB_TOKEN: ${{ secrets.PB_TOKEN }}\n        PB_TITLE: Build Complete\n        PB_TEXT: Your project has been built.\n```\n\n### Secrets\n\nYou'll need to provide these secrets to use the action. Enter these secrets in your Settings \u003e Secrets\n\n* **PB_TOKEN**: Get your access token [here](https://www.pushbullet.com/#settings/account)\n\n### Environment Variables\n\nYou'll need to provide these environment variables to specify exactly what information to send to your device.\n\n* **PB_TITLE**: The title of the notification.\n* **PB_TEXT**: The body of the notification.\n\n## License\n\nGNU GENERAL PUBLIC LICENSE v3 2019\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-pushbullet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShaunLWM%2Faction-pushbullet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-pushbullet/lists"}