Reusable workflows for github actions.
In a job in another repository, add a reference to a workflow in this repository. E.g. to use the terraform apply workflow, add:
jobs:
terraform:
uses: addresscloud/addresscloud-github-actions/.github/workflows/terraform.yml@main
secrets:
terraform-token: <terraform-token>
with:
environment: dev
terraform-action: apply
terraform-version: 1.2.4
working-directory: terraform
build-artifact-name: build-output
build-artifact-path: dist/
Pull requests are not accepted in this project.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2022 addresscloud