{"id":16158668,"url":"https://github.com/emptymalei/github-actions-for-data-scientists","last_synced_at":"2026-03-18T18:09:04.128Z","repository":{"id":65726738,"uuid":"585305629","full_name":"emptymalei/github-actions-for-data-scientists","owner":"emptymalei","description":"some useful github actions for data scientists","archived":false,"fork":false,"pushed_at":"2023-02-06T22:58:24.000Z","size":2152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T01:55:18.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://actions4ds.leima.is","language":"TeX","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/emptymalei.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":"2023-01-04T20:49:21.000Z","updated_at":"2023-09-08T18:40:14.000Z","dependencies_parsed_at":"2023-02-19T12:15:26.871Z","dependency_job_id":null,"html_url":"https://github.com/emptymalei/github-actions-for-data-scientists","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emptymalei/github-actions-for-data-scientists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptymalei%2Fgithub-actions-for-data-scientists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptymalei%2Fgithub-actions-for-data-scientists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptymalei%2Fgithub-actions-for-data-scientists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptymalei%2Fgithub-actions-for-data-scientists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emptymalei","download_url":"https://codeload.github.com/emptymalei/github-actions-for-data-scientists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptymalei%2Fgithub-actions-for-data-scientists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-10T01:54:44.141Z","updated_at":"2026-01-21T16:02:42.951Z","avatar_url":"https://github.com/emptymalei.png","language":"TeX","readme":"# github-actions-for-data-people\n\nSome demos of GitHub Actions for data scientists.\n\n- [![Build LaTeX Resume](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/build-resume.yml/badge.svg)](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/build-resume.yml)\n- [![Build Personal Docker Image](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/personal-docker-image.yml/badge.svg)](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/personal-docker-image.yml)\n- [![Download from NUFORC](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/download-ufo-data.yml/badge.svg)](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/download-ufo-data.yml)\n- [![Publish Docs](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/docs-publish.yaml/badge.svg)](https://github.com/emptymalei/github-actions-for-data-scientists/actions/workflows/docs-publish.yaml)\n\n\n\n## FAQ\n\n\n### My Actions\n\n![](assets/push-error.png)\n\n```\nPush to branch main\nremote: Permission to emptymalei/github-actions-for-data-scientists.git denied to github-actions[bot].\nfatal: unable to access 'https://github.com/emptymalei/github-actions-for-data-scientists.git/': The requested URL returned error: 403\nError: Invalid exit code: 128\n    at ChildProcess.\u003canonymous\u003e (/home/runner/work/_actions/ad-m/github-push-action/master/start.js:29:21)\n    at ChildProcess.emit (node:events:527:28)\n    at maybeClose (node:internal/child_process:1092:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {\n  code: 128\n}\nError: Invalid exit code: 128\n    at ChildProcess.\u003canonymous\u003e (/home/runner/work/_actions/ad-m/github-push-action/master/start.js:29:21)\n    at ChildProcess.emit (node:events:527:28)\n    at maybeClose (node:internal/child_process:1092:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)\n```\n\nThis is because Actions doesn't have enough permission to push back to the repo. Enable it in Settings/Actions/General.\n\n![](assets/enable-write.png)\n\n\n### Failed when logging into Docker\n\n\n![](assets/failed-login-to-docker.png)\n\n\nIn Settings/Secrets and variables/Actions:\n\n![](assets/set-secrets.png)\n\nThe secrets for DockerHub can be obtained [here](https://hub.docker.com/settings/security).\n\n![](assets/dockerhub-secrets.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptymalei%2Fgithub-actions-for-data-scientists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femptymalei%2Fgithub-actions-for-data-scientists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptymalei%2Fgithub-actions-for-data-scientists/lists"}