Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emptymalei/github-actions-for-data-scientists

some useful github actions for data scientists
https://github.com/emptymalei/github-actions-for-data-scientists

Last synced: 12 days ago
JSON representation

some useful github actions for data scientists

Awesome Lists containing this project

README

        

# github-actions-for-data-people

Some demos of GitHub Actions for data scientists.

- [![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)
- [![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)
- [![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)
- [![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)

## FAQ

### My Actions

![](assets/push-error.png)

```
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. (/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. (/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.

![](assets/enable-write.png)

### Failed when logging into Docker

![](assets/failed-login-to-docker.png)

In Settings/Secrets and variables/Actions:

![](assets/set-secrets.png)

The secrets for DockerHub can be obtained [here](https://hub.docker.com/settings/security).

![](assets/dockerhub-secrets.png)