{"id":20757401,"url":"https://github.com/hetznercloud/tps-action","last_synced_at":"2026-04-21T00:32:16.624Z","repository":{"id":164337732,"uuid":"639753507","full_name":"hetznercloud/tps-action","owner":"hetznercloud","description":"Github Action to setup a temporary Hetzner Cloud Token","archived":false,"fork":false,"pushed_at":"2024-01-12T18:37:51.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-18T04:43:37.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hetznercloud.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":"2023-05-12T06:40:08.000Z","updated_at":"2024-04-17T17:48:25.000Z","dependencies_parsed_at":"2024-01-13T00:22:40.052Z","dependency_job_id":"a2983d49-837a-4d75-b64a-9f2e0dc081e1","html_url":"https://github.com/hetznercloud/tps-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Ftps-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Ftps-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Ftps-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetznercloud%2Ftps-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetznercloud","download_url":"https://codeload.github.com/hetznercloud/tps-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243067027,"owners_count":20230854,"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":[],"created_at":"2024-11-17T09:42:02.627Z","updated_at":"2025-12-25T00:38:19.379Z","avatar_url":"https://github.com/hetznercloud.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TPS Action\n\n\nGitHub Action to create temporary Hetzner Cloud API Tokens. This action uses the Temporary Project Service (hence the name) to create a new project and associated API Token for the CI run. It authenticates using the GitHub provided OIDC token for the pipeline run.\n\n\n### This project is not an official Hetzner Cloud Integration and is intended to be used by our other repositories.\n\n## Usage\n\n```yaml\non:\n  pull_request: {}\n  push:\n    branches: [main]\n\njobs:\n  demo:\n    permissions:\n      # This is required so the pipeline can generate an oauth token.\n      id-token: write\n    runs-on: ubuntu-latest\n\n    steps:\n      - # We do not provide explicit releases for the action right now, so use\n        # the main branch to be up to date, or lock to a specific commit.\n        uses: hetznercloud/tps-action@main\n        with:\n          # Optional: If an explicit token is passed, it will be used instead\n          # of TPS. This can be helpful to debug issues in another account,\n          # or for usage from a fork where the oauth permissions are not available.\n          token: ${{ secrets.HCLOUD_TOKEN  }}\n\n      - uses: hetznercloud/setup-hcloud@v1\n\n      - # The action set the environment variable HCLOUD_TOKEN, so all\n        # subsequent steps in the same job can use it.\n        run: hcloud server-type list\n```\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Ftps-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetznercloud%2Ftps-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetznercloud%2Ftps-action/lists"}