Skip to content

addresscloud/addresscloud-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

addresscloud-github-actions

standard-readme compliant

Reusable workflows for github actions.

Table of Contents

Usage

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/

Maintainers

@mikeaddresscloud

Contributing

Pull requests are not accepted in this project.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2022 addresscloud

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published