{"id":23516645,"url":"https://github.com/emphori/actions","last_synced_at":"2025-05-13T23:13:41.270Z","repository":{"id":45065977,"uuid":"258786067","full_name":"emphori/actions","owner":"emphori","description":"A collection of GitHub Actions from Emphori","archived":false,"fork":false,"pushed_at":"2022-01-11T12:42:39.000Z","size":795,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-25T15:14:20.729Z","etag":null,"topics":["github-actions","github-actions-ci"],"latest_commit_sha":null,"homepage":"","language":"Handlebars","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/emphori.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-04-25T13:45:33.000Z","updated_at":"2022-01-11T12:42:42.000Z","dependencies_parsed_at":"2022-09-09T13:41:41.695Z","dependency_job_id":null,"html_url":"https://github.com/emphori/actions","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/emphori%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emphori","download_url":"https://codeload.github.com/emphori/actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239207442,"owners_count":19599963,"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":["github-actions","github-actions-ci"],"created_at":"2024-12-25T15:14:23.511Z","updated_at":"2025-02-16T22:35:54.167Z","avatar_url":"https://github.com/emphori.png","language":"Handlebars","readme":"# GitHub Actions\n\nThis is a collection of GitHub Actions written to, hopefully, improve our\nworkflows here at Emphori. To use them, simply reference the action that you\nwish to use with `Emphori/actions/\u003cname\u003e` in your workflow, and pass the\nenvironment variables or arguments where noted in the documentation below.\n\nThey're not listed on the GitHub Actions Marketplace, so please drop a _star_,\nor Tweet your successes if you find them useful! Happy hacking!\n\n## Semantic Release\n\nAn action to quickly incorporate the wonderful Semantic Release version\nmanagement and publishing package into your workflow. \n\n\u003c!--\nWhilst there are a couple of other actions implementing the Semantic Release\npackage, ours has a little edge that you can read about [here].\n--\u003e\n\n### Usage\n\nTo use the Semantic Release action, add the following step at the end of your\nworkflow (it should be placed after your build and any tests have been run).\n\n```yaml\nsteps:\n  ...\n- name: Release\n  uses: Emphori/actions/semantic-release@c1bc665\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n    NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n```\n\nThe table below will explain the environment variable used.\n\n| Name           | Description                                                             |\n| ---            | ---                                                                     |\n| `GITHUB_TOKEN` | GitHub authentication token (only personal access tokens are supported) |\n| `NPM_TOKEN`    | NPM token (only the `auth-only` level of NPM's 2FA is supported)        |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femphori%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femphori%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femphori%2Factions/lists"}