emptymalei / github-actions-for-data-scientists

some useful github actions for data scientists

Home Page:https://actions4ds.leima.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-actions-for-data-people

Some demos of GitHub Actions for data scientists.

  • Build LaTeX Resume
  • Build Personal Docker Image
  • Download from NUFORC
  • Publish Docs

FAQ

My Actions

Push to branch main
remote: Permission to emptymalei/github-actions-for-data-scientists.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/emptymalei/github-actions-for-data-scientists.git/': The requested URL returned error: 403
Error: Invalid exit code: 128
    at ChildProcess.<anonymous> (/home/runner/work/_actions/ad-m/github-push-action/master/start.js:29:21)
    at ChildProcess.emit (node:events:527:28)
    at maybeClose (node:internal/child_process:1092:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  code: 128
}
Error: Invalid exit code: 128
    at ChildProcess.<anonymous> (/home/runner/work/_actions/ad-m/github-push-action/master/start.js:29:21)
    at ChildProcess.emit (node:events:527:28)
    at maybeClose (node:internal/child_process:1092:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)

This is because Actions doesn't have enough permission to push back to the repo. Enable it in Settings/Actions/General.

Failed when logging into Docker

In Settings/Secrets and variables/Actions:

The secrets for DockerHub can be obtained here.

About

some useful github actions for data scientists

https://actions4ds.leima.is


Languages

Language:TeX 77.6%Language:Python 18.2%Language:Dockerfile 4.2%