{"id":16564184,"url":"https://github.com/yzernik/open-timestamps-github-action","last_synced_at":"2025-10-15T22:22:26.260Z","repository":{"id":46500144,"uuid":"414046819","full_name":"yzernik/open-timestamps-github-action","owner":"yzernik","description":"GitHub Action to timestamp git tags on the Bitcoin blockchain","archived":false,"fork":false,"pushed_at":"2021-10-13T08:14:56.000Z","size":166,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-29T18:15:36.147Z","etag":null,"topics":["bitcoin","git","hacktoberfest","opentimestamps"],"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/yzernik.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-10-06T02:43:34.000Z","updated_at":"2024-01-30T01:19:28.000Z","dependencies_parsed_at":"2022-08-26T23:41:40.084Z","dependency_job_id":null,"html_url":"https://github.com/yzernik/open-timestamps-github-action","commit_stats":null,"previous_names":[],"tags_count":127,"template":false,"template_full_name":"actions/container-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzernik%2Fopen-timestamps-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzernik%2Fopen-timestamps-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzernik%2Fopen-timestamps-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yzernik%2Fopen-timestamps-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yzernik","download_url":"https://codeload.github.com/yzernik/open-timestamps-github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238743742,"owners_count":19523172,"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":["bitcoin","git","hacktoberfest","opentimestamps"],"created_at":"2024-10-11T20:43:37.386Z","updated_at":"2025-10-15T22:22:21.218Z","avatar_url":"https://github.com/yzernik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTimestamps Github Action\n\n## About\n\nGitHub Action to timestamp git tags on the Bitcoin blockchain.\n\n## Usage\n\n### Workflow\n\n```yaml\nname: CI\non: [push]\njobs:\n  Example-Job:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out repository code\n        uses: actions/checkout@v2\n      - name: Run OpenTimestamps github action\n        uses: yzernik/open-timestamps-github-action@v1\n        with:\n          customTagMessage: \"Put anything you want here or nothing at all.\"\n```\n\n### Create a timestamped tag\n\nTo create a timestamped tag, simply push a tag to your Github repository.\n\n```\ngit push origin \u003cTAG_NAME\u003e\n```\n\nThe Github action will automatically create a new tag named `\u003cTAG_NAME\u003e-ots`.\n\n\n### Verify the timestamped tag\n\nInstall opentimestamps-client:\n\n```\npip install opentimestamps-client\n```\n\nAdd the following bash script to your home directory:\n\n```bash\n#!/bin/sh\n\n# Wrapper for the ots-git-gpg-wrapper\n#\n# Required because git's gpg.program option doesn't allow you to set command\n# line options; see the doc/git-integration.md\n\nots-git-gpg-wrapper \\\n    --gpg-program \"`which gpg`\" \\\n    --bitcoin-node http://\u003cBITCOIN_USER\u003e:\u003cBITCOIN_PASS\u003e@\u003cBITCOIN_HOST\u003e:\u003cBITCOIN_PORT\u003e/ \\\n    -- \"$@\"\n\n```\n\nOptionally include a tor socks5-proxy in your script:\n\n```bash\n    --socks5-proxy \"\u003cPROXY_HOST\u003e:\u003cPROXY_PORT\u003e\" \\\n```\n\nConfigure your git to use the new script as the GPG program:\n\n```\ngit config --global gpg.program \u003cpath to ots-git-gpg-wrapper.sh\u003e\n```\n\nUse the git tag command to check the timestamped tag:\n\n```\ngit tag -v \u003cTAG_NAME\u003e-ots\n```\n\n\n### Example\n\n```\n(venv) yzernik@yzernik-MacBookPro:~/work/open-timestamps-github-action$ git tag -v v1.0.2-ots\nobject c08887fc4bcef5fe43efe2511a1a91beda9ada5b\ntype commit\ntag v1.0.2-ots\ntagger OpenTimestamps Github Action \u003cfake@email.com\u003e 1633583868 +0000\n\nOpenTimestamps Github Action\nGithub repository: yzernik/open-timestamps-github-action\nGithub actor: yzernik\nRunning my own action as dogfood!\nots: Success! Bitcoin block 703912 attests existence as of 2021-10-06 PDT\nots: Good timestamp\ngpg: Signature made Wed 06 Oct 2021 10:17:48 PM PDT\ngpg:                using RSA key 4508375EC1594D8A284EFB5FAFD08F9C86FAE9CB\ngpg: Can't check signature: No public key\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzernik%2Fopen-timestamps-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyzernik%2Fopen-timestamps-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzernik%2Fopen-timestamps-github-action/lists"}