Skip to content

Release v1.0.18

Choose a tag to compare

@github-actions github-actions released this 12 Mar 10:55
· 77 commits to main since this release
ecb2c5d

What's Changed

  • Added support to install gems from private repositories. (#20) (ecb2c5d)

Usage

Reference this version in your workflow:

jobs:
  call-ci-main-pr-check-pipeline:
    uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@v1.0.18
    secrets: inherit
    permissions:
      id-token: write
      contents: read

Full Changelog

v1.0.17...v1.0.18

What's Changed

  • Added support to install gems from private repositories. by @nikhil2611 in #20

Full Changelog: v1.0.17...v1.0.18