Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 291 Bytes

public-github-workflows

Reusable GitHub Actions workflows for our public repositories

Overview

Usage:

jobs:
  build_and_publish:
    name: Build and Publish
    uses: wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@main
    secrets: inherit