{"id":13731924,"url":"https://github.com/CyberAndrii/steam-totp","last_synced_at":"2025-05-08T05:31:59.749Z","repository":{"id":56669795,"uuid":"290772530","full_name":"CyberAndrii/steam-totp","owner":"CyberAndrii","description":":octocat: :rocket: An action that generates Steam auth codes.","archived":false,"fork":false,"pushed_at":"2024-02-13T13:00:05.000Z","size":117,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T20:39:14.445Z","etag":null,"topics":["2fa","auth","steam","steam-api","steam-auth","steam-authentication","steam-client","steam-totp","steamcmd","totp","valve"],"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/CyberAndrii.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-27T12:43:07.000Z","updated_at":"2024-05-17T06:54:08.000Z","dependencies_parsed_at":"2024-06-19T05:30:10.499Z","dependency_job_id":"5ff94d11-2623-4670-8d09-79f76086f6b8","html_url":"https://github.com/CyberAndrii/steam-totp","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"c7f636bc64e77f1b901e0420b7890813141508ee"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberAndrii%2Fsteam-totp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberAndrii%2Fsteam-totp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberAndrii%2Fsteam-totp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberAndrii%2Fsteam-totp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberAndrii","download_url":"https://codeload.github.com/CyberAndrii/steam-totp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252744879,"owners_count":21797698,"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":["2fa","auth","steam","steam-api","steam-auth","steam-authentication","steam-client","steam-totp","steamcmd","totp","valve"],"created_at":"2024-08-03T02:01:41.624Z","updated_at":"2025-05-08T05:31:54.738Z","avatar_url":"https://github.com/CyberAndrii.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# steam-totp\n\n[![Test](https://github.com/CyberAndrii/steam-totp/workflows/Test/badge.svg)](https://github.com/CyberAndrii/steam-totp/actions)\n[![License: MIT](https://img.shields.io/github/license/CyberAndrii/steam-totp?label=License)](LICENSE)\n\nThis action generates Steam's two factor auth codes for use in actions.\n\n# Usage\n\nThe following example logins into SteamCMD.\n\n```yaml\nsteps:\n- name: Setup steamcmd\n  uses: CyberAndrii/setup-steamcmd@v1\n  \n- name: Generate auth code\n  id: generate\n  uses: CyberAndrii/steam-totp@v1\n  with:\n    shared_secret: ${{ secrets.STEAM_SHARED_SECRET }}\n  \n- run: steamcmd +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} ${{ steps.generate.outputs.code }} +quit\n ```\n \n It also uses [setup-steamcmd](https://github.com/CyberAndrii/setup-steamcmd) action.\n \n# Inputs\n\n| name          | description                                                   | required | default |\n|---------------|---------------------------------------------------------------|----------|---------|\n| shared_secret | Shared secret from the .maFile.                               | true     |         |\n| time_offset   | The number of seconds that will be added to the current time. | false    | 0       |\n\n# Outputs\n\n| name | description          |\n|------|----------------------|\n| code | Generated auth code. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCyberAndrii%2Fsteam-totp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCyberAndrii%2Fsteam-totp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCyberAndrii%2Fsteam-totp/lists"}