Code Monkey home page Code Monkey logo

actions's Introduction

Chia-Network/Actions

This repository stores internal actions and workflows that will be reused in GitHub Actions across various other Chia-Network repositories. Each action.yml file in the directories within this repository should have its own readme.md file that describes its use and provides some insight into its functionality. A brief summary of each is listed below as well in order to improve visibility.

If you would like to contribute to this repository, please ensure that you follow the established naming convention. If the action uses a separate tool, such as Ansible or Terraform, use the existing directory for that tool if it exists or create one if it doesn't. Otherwise, if the action doesn't rely on any third-party tools, create your directory at the root level.

Reusable Actions

ansible/run-playbook

Runs an ansible playbook against an inventory of hosts

check-commit-signing

Checks that all commits in a PR have been signed.

clean-workspace

Cleans the current workspace prior to running the checkout action, to ensure the job starts with a clean slate.

create-venv

Creates a venv in the runner temporary path that will be removed upon completion of the job.

enforce-semver

Ensures that the checked-out code has a GitHub tag that complies with semantic versioning in format Major.minor.patch. Supports up to three numeric digits per release type.

git-mark-workspace-safe

Marks the GitHub workspace as safe. See bug report The underlying checkout issue is resolved, but if you need to commit back to a repository, especially in a container, this action is still needed.

git-ssh-to-https

Sets up the global git config to replace any ssh clone URLs with HTTPS URLs. This must be used after the checkout code action.

github/keep-alive

helm/deploy

Deploys a helm chart to a k8s cluster.

k8s/image-pull-secret

Creates/updates a kubernetes image pull secret in a namespace.

label-conflict

Add/Remove labels when PR's conflict status changes.

setup-python

Wrapper around actions/setup-python that also supports ARM64 Mac and ARM64 Linux.

sign/windows

Windows Codesigning. Signs a file with a cert for windows.

terraform/plan

Runs terraform plan and shows the output.

terraform/apply

Runs terraform apply.

terraform/destroy

Runs terraform destroy.

vault/login

Log in to the vault server using the jwt token and set env vars, to be able to use other vault actions.

vault/aws-sts

Get ephemeral AWS credentials from Vault

vault/k8s-login

Log in to a k8s cluster, using a certificate issued by vault signed by the same CA k8s uses.

vault/signed-ssh-key

Generate a new ssh key and have vault sign it with the SSH CA

Reusable Workflows

workflows/docker/build

Job definition that builds a docker image and pushes to ghcr.io

actions's People

Contributors

altendky avatar austinsirkin avatar chiaminejp avatar cmmarslender avatar justinengland avatar nirajpathak13 avatar pmaslana avatar starttoaster avatar thelastcicada avatar wallentx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.