Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emptymalei/github-actions-for-data-scientists
- Owner: emptymalei
- Created: 2023-01-04T20:49:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T22:58:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T05:22:23.416Z (2 months ago)
- Language: TeX
- Homepage: https://actions4ds.leima.is
- Size: 2.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)