private-actions-checkout

GitHub Action to make custom private actions easily available to any workflow

MIT License

Stars
79
Committers
7

Bot releases are hidden (Show)

private-actions-checkout - v2.4 Latest Release

Published by daspn 6 months ago

private-actions-checkout - v2.3.5

Published by daspn about 1 year ago

private-actions-checkout - v2.3.4

Published by daspn over 1 year ago

What's Changed

Full Changelog: https://github.com/daspn/private-actions-checkout/compare/v2.3.3...v2.3.4

private-actions-checkout - v2.3.3

Published by daspn over 1 year ago

What's Changed

Full Changelog: https://github.com/daspn/private-actions-checkout/compare/v2.3.2...v2.3.3

private-actions-checkout - v2.3.2

Published by daspn almost 2 years ago

What's Changed

Full Changelog: https://github.com/daspn/private-actions-checkout/compare/v2.3.1...v2.3.2

private-actions-checkout - v2.3.1

Published by daspn almost 2 years ago

What's Changed

  • Bumps dependencies to address security issues
private-actions-checkout - v2.3.0

Published by daspn over 2 years ago

What's Changed

  • Now uses @octokit/auth-app instead of @octokit/app
  • Adds support for HTTPS proxy agent, controlled by the HTTPS_PROXY environment variable
  • Bumps dependencies minors to address security issues

New Contributors

Full Changelog: https://github.com/daspn/private-actions-checkout/compare/v2.2.0...v2.3.0

private-actions-checkout - v2.2.0

Published by daspn over 3 years ago

  • Transparently allow subsequent steps to gain access to the authenticated method's private repos by running git configure using the generated app token, or passing through access to the ssh agent. Useful for builds that need cross-repo access to complete without adding additional steps.
  • Add an optional output for the generated token that can be used with subsequent steps
private-actions-checkout - v2.1.0

Published by daspn almost 4 years ago

  • Adds support to use a GitHub App credentials to clone private repositories. This is the new recommended way of using this action in an enterprise environment as it does not require using a machine account. This will prevent you from losing one of the available licence seats to create the machine account
  • Code refactoring to use the strategy pattern according to the suppled action params
private-actions-checkout - v2.0.1

Published by daspn over 4 years ago

Fixes the documentation. The examples on the README for v2 were referencing the v1 branch.

private-actions-checkout - v2.0.0

Published by daspn over 4 years ago

This version adds the ability to setup the SSH environment when a private SSH key is provided. Multiple SSH Keys are now supported out-of-the-box (e.g. cloning private actions from different GitHub users).

private-actions-checkout - v1.0.3

Published by daspn over 4 years ago

Improving quality by adding an unit test

private-actions-checkout - v1.0.2

Published by daspn over 4 years ago

private-actions-checkout - v1.0.0

Published by daspn over 4 years ago