{"id":13533202,"url":"https://github.com/ShaunLWM/action-join","last_synced_at":"2025-04-01T21:32:00.317Z","repository":{"id":65158437,"uuid":"206583856","full_name":"ShaunLWM/action-join","owner":"ShaunLWM","description":"🔔 A Github action to push Join notifications to your devices.","archived":false,"fork":false,"pushed_at":"2020-03-29T05:13:25.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T07:16:36.877Z","etag":null,"topics":["android-join","github-actions","join"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/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}},"created_at":"2019-09-05T14:28:12.000Z","updated_at":"2020-12-10T20:35:25.000Z","dependencies_parsed_at":"2023-01-05T05:03:31.806Z","dependency_job_id":null,"html_url":"https://github.com/ShaunLWM/action-join","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"0fd44d6957a9c6098cff0ef01b3016a038ef1fee"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-join","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-join/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-join/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-join/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaunLWM","download_url":"https://codeload.github.com/ShaunLWM/action-join/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558054,"owners_count":20796696,"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":["android-join","github-actions","join"],"created_at":"2024-08-01T07:01:17.531Z","updated_at":"2025-04-01T21:31:59.997Z","avatar_url":"https://github.com/ShaunLWM.png","language":"Dockerfile","readme":"# Join Notifications for GitHub Actions\n\n![screenshot](screenshot.png)\n\nThis action allows you to send yourself a push notification via [Join](https://play.google.com/store/apps/details?id=com.joaomgcd.join).\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-join@master\"\n  secrets = [\"JOIN_DEVICE_ID\", \"JOIN_API_KEY\"]\n  env = {\n    JOIN_TITLE = \"Build Complete\"\n    JOIN_TEXT = \"Your project has been built.\"\n  }\n}\n```\n\n#### YML\n```\nname: Join Notification to Device X\non: [push]\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Join Notification\n      uses: ShaunLWM/action-join@master\n      env:\n        JOIN_API_KEY: ${{ secrets.JOIN_API_KEY }}\n        JOIN_DEVICE_ID: ${{ secrets.JOIN_DEVICE_ID }}\n        JOIN_TEXT: Your project has been built.\n        JOIN_TITLE: Build Complete\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* **JOIN_DEVICE_ID**: Select your device from [Join](https://joinjoaomgcd.appspot.com/) and copy the `Device Id` under `Join API`\n* **JOIN_API_KEY**: Similarly, in `Join API`, click `Show` at API Key section.\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* **JOIN_TITLE**: The title of the notification.\n* **JOIN_TEXT**: The body of the notification.\n\n[Learn more](https://joaoapps.com/join/api/) about the required parameters and the keys above.\n\n## Credits\n\nBased off [maddox/actions](https://github.com/maddox/actions/tree/master/pushover)\n\n## License\n\nMIT 2019","funding_links":[],"categories":["Community Resources"],"sub_categories":["Notifications and Messages"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-join","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShaunLWM%2Faction-join","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShaunLWM%2Faction-join/lists"}