{"id":23485604,"url":"https://github.com/yuler/actions","last_synced_at":"2026-04-29T17:05:29.332Z","repository":{"id":57170019,"uuid":"402376947","full_name":"yuler/actions","owner":"yuler","description":"This repo is collection some GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-12-06T03:54:41.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T12:13:18.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/yuler.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":"2021-09-02T10:18:08.000Z","updated_at":"2023-03-04T05:02:43.000Z","dependencies_parsed_at":"2023-12-06T04:41:35.473Z","dependency_job_id":null,"html_url":"https://github.com/yuler/actions","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuler","download_url":"https://codeload.github.com/yuler/actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830425,"owners_count":21168272,"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-12-24T22:13:28.278Z","updated_at":"2026-04-29T17:05:24.293Z","avatar_url":"https://github.com/yuler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions\n\n\u003e This repo is collection some GitHub Actions.\n\nRecommend use `gh download`[^gh-download] command.\n\n## Node.js\n\n### [ci.yml](./nodejs/ci.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/nodejs/ci.yml --outdir .github/workflows\n```\n\nRelated:\n\n- \u003chttps://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs\u003e\n\n### [npm-publish](./nodejs/npm-publish.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/nodejs/npm-publish.yml --outdir .github/workflows\n# Add NPM_TOKEN secret from `~/.npmrc`\ngh alias set add-npm-token \"secret set NPM_TOKEN --body \"$(cat ~/.npmrc | grep _authToken | sed 's/\\/\\/registry.npmjs.org\\/:_authToken=//')\"\"\ngh add-npm-token\n```\n\nRelated:\n\n- \u003chttps://docs.github.com/en/actions/guides/publishing-nodejs-packages\u003e\n\n## Miniprogram\n\n### [miniprogram-upload](./miniprogram/miniprogram-upload.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/miniprogram/miniprogram-upload.yml --outdir .github/workflows\ngh secret set MINIPROGRAM_APP_ID \u003c$appId\u003e\ngh secret set MINIPROGRAM_PRIVATE_KEY \u003c apps/mini/private.\u003c$appId\u003e.key\n```\n\n## Misc\n\n### [sync-gitlab](./misc/sync-gitlab.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/misc/sync-gitlab.yml --outdir .github/workflows\ngh secret set GITLAB_TOKEN \u003c$YOUR_GITLAB_TOKEN\u003e\n```\n\n### [cron](./misc/cron.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/misc/cron.yml --outdir .github/workflows\ngh secret set GITLAB_TOKEN \u003c$YOUR_GITLAB_TOKEN\u003e\n```\n\nRelated:\n\n- \u003chttps://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule\u003e\n\n### [release](./misc/release-drafter.yml)\n\n\u003e Recommend use [release-drafter](https://github.com/release-drafter/release-drafter) action.\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/misc/drafter.yml --outdir .github/workflows\ngh dl https://github.com/yuler/actions/blob/main/misc/release-drafter.yml --outdir .github\n```\n\n**Note** Must first have the configuration file in the default branch\n\nRelated:\n\n- \u003chttps://github.com/semantic-release/cli#github-actions\u003e\n- \u003chttps://github.com/yyx990803/release-tag\u003e\n\n## Related\n\n- [Awesome Actions](https://github.com/sdras/awesome-actions)\n- [Act](https://github.com/nektos/act) - Run your GitHub Actions locally\n\n[^gh-download]: The `gh download` command is come from [gh-download](https://github.com/yuler/gh-download)\n\n## Rails\n\n### [ci.yml](./rails/ci.yml)\n\n```bash\ngh dl https://github.com/yuler/actions/blob/main/rails/ci.yml --outdir .github/workflows\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuler%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuler%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuler%2Factions/lists"}