{"id":21734190,"url":"https://github.com/shaunlwm/action-steammessage","last_synced_at":"2026-04-17T09:32:51.213Z","repository":{"id":38782822,"uuid":"247200561","full_name":"ShaunLWM/action-steammessage","owner":"ShaunLWM","description":"🚂 A Github Action to send Steam messages.","archived":false,"fork":false,"pushed_at":"2022-08-18T19:23:58.000Z","size":59,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T16:41:47.255Z","etag":null,"topics":["actions","github-actions","steam","steambot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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":"2020-03-14T02:53:35.000Z","updated_at":"2023-03-09T03:42:51.000Z","dependencies_parsed_at":"2023-01-05T04:49:38.714Z","dependency_job_id":null,"html_url":"https://github.com/ShaunLWM/action-steammessage","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"7e0f09955c2a61edbad363ef39b014d6097feb86"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-steammessage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-steammessage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-steammessage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaunLWM%2Faction-steammessage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaunLWM","download_url":"https://codeload.github.com/ShaunLWM/action-steammessage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711968,"owners_count":20497418,"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","steam","steambot"],"created_at":"2024-11-26T05:08:15.552Z","updated_at":"2026-04-17T09:32:51.158Z","avatar_url":"https://github.com/ShaunLWM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Notifications for GitHub Actions\n\n![screenshot](img.png)\n\nThis action allows you to send yourself a Steam message notification.\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#### YML\n```\n  \nname: Master Push\non: [push]\njobs:\n  send-msg:\n    name: Send message to admin on Steam\n    runs-on: ubuntu-latest\n    steps:\n      - name: Send Steam Message\n        uses: ShaunLWM/action-steammessage@master\n        env:\n          STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}\n          STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}\n          STEAM_SECRET: ${{ secrets.STEAM_SECRET }}\n        with:\n          steamAdminId: \"ENTER_YOUR_STEAM64_HERE\"\n          steamMessage: \"New push on ${{ github.repository }} from ${{ github.actor }}\"\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* **STEAM_USERNAME**: bot username for login\n* **STEAM_PASSWORD**: bot password for login\n* **STEAM_SECRET**: Learn to extract your secret [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication)\n\n### Environment Variables\n\nYou'll need to provide these environment variables to specify exactly who is receiving the notification.\n\n* **ENTER_YOUR_STEAM64_HERE**: Enter your main account Steam64 to receive notification. Find it [here](https://steamid.io/)\n\n## License\n\nMIT License - Copyright (c) 2020 Shaun\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaunlwm%2Faction-steammessage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaunlwm%2Faction-steammessage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaunlwm%2Faction-steammessage/lists"}