{"id":20954595,"url":"https://github.com/dersimn/github-actions-semantic-release","last_synced_at":"2026-02-01T02:02:21.288Z","repository":{"id":263514790,"uuid":"875172398","full_name":"dersimn/GitHub-Actions-Semantic-Release","owner":"dersimn","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-19T09:35:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T08:06:08.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dersimn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-19T09:32:19.000Z","updated_at":"2024-10-19T09:34:49.000Z","dependencies_parsed_at":"2024-11-19T01:15:28.307Z","dependency_job_id":null,"html_url":"https://github.com/dersimn/GitHub-Actions-Semantic-Release","commit_stats":null,"previous_names":["dersimn/github-actions-semantic-release"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dersimn/GitHub-Actions-Semantic-Release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dersimn%2FGitHub-Actions-Semantic-Release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dersimn%2FGitHub-Actions-Semantic-Release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dersimn%2FGitHub-Actions-Semantic-Release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dersimn%2FGitHub-Actions-Semantic-Release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dersimn","download_url":"https://codeload.github.com/dersimn/GitHub-Actions-Semantic-Release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dersimn%2FGitHub-Actions-Semantic-Release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28964424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"online","status_checked_at":"2026-02-01T02:00:08.102Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T01:15:25.774Z","updated_at":"2026-02-01T02:02:21.255Z","avatar_url":"https://github.com/dersimn.png","language":null,"readme":"Read section about GitHub authentication on [npm @semantic-release/github](https://www.npmjs.com/package/@semantic-release/github).\n\n\n## tl;dr:\n\nUsing the GITHUB_TOKEN works, __but__ it won't trigger any following Workflows. You can still use this if your only goal is to provide a downloadable zip file as GitHub Release.\n\nIf you want to trigger a following Workflow, you need to issue a Personal Access Token and specify this as Secret for the Action to use. In this case the `permissions` section in YAML is still needed (for some reason - I thought the job would be able to push to the repo because the PAT has sufficient rights, but apparently there is some additional twist).\n\nPermissions for a Personal Access Token (classic) must be at least:\n\n![](docs/pat_classic.png)\n\nFor a _Fine-grained personal access token_ use the same permissions as in the YAML file.\n\n\n## Clean Testing\n\nFor clean testing, re-create the Repository on GitHub when it gets to polluted with Tags and Releases:\n\n    gh repo delete --yes\n    gh repo create --public ${${$(git remote get-url origin)##*/}%.git}\n    gh secret set PERSONAL_ACCESS_TOKEN --body '\u003cTOKEN\u003e'\n\n    git tag | xargs git tag -d\n    git push -u origin master\n\n\n# Links\n\n- https://github.com/orgs/community/discussions/55906\n- https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdersimn%2Fgithub-actions-semantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdersimn%2Fgithub-actions-semantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdersimn%2Fgithub-actions-semantic-release/lists"}