Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfuchss/actions
Reusable Actions for building Projects
https://github.com/dfuchss/actions
ci cicd deployment github-actions java maven sonarcloud workflow
Last synced: about 6 hours ago
JSON representation
Reusable Actions for building Projects
- Host: GitHub
- URL: https://github.com/dfuchss/actions
- Owner: dfuchss
- License: mit
- Created: 2022-07-28T17:13:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:46:30.000Z (23 days ago)
- Last Synced: 2024-10-27T19:44:56.723Z (23 days ago)
- Topics: ci, cicd, deployment, github-actions, java, maven, sonarcloud, workflow
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# actions - Reusable Actions for building Projects
This repository contains multiple reusable actions for my projectsYou can find all details on the different actions in the Wiki for more information.
## How to use your own copy
**If you want to use the actions of this repository, you can directly take a look into the wiki.**If you want to create a fork in order to have your own repository, proceed with the following steps:
1. Create the fork (CI of docs might fail or will not run. This is ok at the current step!)
2. Create a secret for GitHub Actions called `PAT_TOKEN` that contains a personal access token that has access to public repositories.
3. Create an empty wiki page in the wiki of your fork.
4. Activate all actions and trigger the `docs.yml` action to create the wiki entries.