All Projects → marvinpinto → actions

marvinpinto / actions

Licence: MIT license
A Collection of GitHub Actions

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to actions

Drone Vault
Drone plugin for integrating with the Vault secrets manager
Stars: ✭ 36 (-60.44%)
Mutual labels:  ci, secrets
terraform-aws-ssm-parameter-store
Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.
Stars: ✭ 87 (-4.4%)
Mutual labels:  secrets, ssm
Action Automatic Releases
READONLY: Auto-generated mirror for https://github.com/marvinpinto/actions/tree/master/packages/automatic-releases
Stars: ✭ 127 (+39.56%)
Mutual labels:  ci, release-automation
CI-Utils
Utilities for running Common Lisp on CI platforms
Stars: ✭ 18 (-80.22%)
Mutual labels:  ci, github-actions
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+705.49%)
Mutual labels:  ci, github-actions
Cml
♾️ CML - Continuous Machine Learning | CI/CD for ML
Stars: ✭ 2,843 (+3024.18%)
Mutual labels:  ci, github-actions
Act
Run your GitHub Actions locally 🚀
Stars: ✭ 19,915 (+21784.62%)
Mutual labels:  ci, github-actions
ci-notice
😱 Notify you when CI fails.
Stars: ✭ 25 (-72.53%)
Mutual labels:  ci, github-actions
ok-to-test
Example workflow configuration showing how to use GitHub Actions secrets in pull requests from forks 🍴🔑
Stars: ✭ 58 (-36.26%)
Mutual labels:  secrets, github-actions
actions
Load secrets into GitHub Actions
Stars: ✭ 47 (-48.35%)
Mutual labels:  secrets, github-actions
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (-59.34%)
Mutual labels:  ci, github-actions
setup-graalvm
No description or website provided.
Stars: ✭ 63 (-30.77%)
Mutual labels:  ci, github-actions
setup-gleam
👷‍♀️ Gleam on GitHub Actions
Stars: ✭ 16 (-82.42%)
Mutual labels:  ci, github-actions
Action Electron Builder
:electron: GitHub Action for building and releasing Electron apps
Stars: ✭ 317 (+248.35%)
Mutual labels:  ci, release-automation
github-act-runner
act as self-hosted runner
Stars: ✭ 68 (-25.27%)
Mutual labels:  ci, github-actions
Android Snapshot Publisher
Gradle plugin to deploy Android Snapshot Versions
Stars: ✭ 145 (+59.34%)
Mutual labels:  ci, release-automation
jcefbuild
Binary builds of java-cef
Stars: ✭ 160 (+75.82%)
Mutual labels:  ci, github-actions
CIAnalyzer
A tool collecting multi CI services build data and export it for creating self-hosting build dashboard.
Stars: ✭ 52 (-42.86%)
Mutual labels:  ci, github-actions
githubsecrets
Manage your GitHub Actions secrets with a simple CLI
Stars: ✭ 41 (-54.95%)
Mutual labels:  secrets, github-actions
iOSDC2020-Talk-Sample
iOSDC 2020「GitHub ActionsでiOSアプリをCIする個人的ベストプラクティス」レギュラートークのサンプルリポジトリ
Stars: ✭ 35 (-61.54%)
Mutual labels:  ci, github-actions

Collection of GitHub Actions

Contents

  1. What are GitHub Actions
  2. Actions in this Repository
  3. Development
  4. Debugging
  5. License

What are GitHub Actions

GitHub Actions give you the flexibility to build out automated software development lifecycle workflows directly in your repository. Aside from building your own actions, the framework also allows you to use pre-built actions made by other developers.

This repository is a collection of said actions which you are free to re-use and modify!

Actions in this Repository

Development

You will first of all need a recent enough version of node as well as yarn. The node version used to build & test this project can be found here. The scripts section under the root package.json is a good place to get started.

yarn install
yarn build
yarn lint
yarn test
yarn lintfix  # automatic lint-fixing, during development
JEST_VERBOSE=yes yarn test  # useful for test output debugging

Debugging

If you run into a issue you wish to report, it becomes a lot easier to trace the cause if debug logs are made available. You can enable debug logs in your GitHub repository by setting the ACTIONS_STEP_DEBUG secret to true.

After enabling debug logging you can link to the log in your issue. For private repositories you have the option of including the raw text log, or securely messaging it to me through keybase.

License

The source code for this project is released under the MIT License. This project is not associated with GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].