Skip to content
play

GitHub Action

TEST - Project "Piper" Action

0.23.0 Latest version

TEST - Project "Piper" Action

play

TEST - Project "Piper" Action

none

Installation

Copy and paste the following snippet into your .yml file.

              

- name: TEST - Project "Piper" Action

uses: Googlom/[email protected]

Learn more about this action in Googlom/project-piper-action

Choose a version

Piper GitHub Action

CI REUSE Compliance Check Conventional Commits Log4brains ADRs

🚧 Not available for productive usage yet!

This GitHub action allows running Piper on GitHub Actions.

Usage

This action can be used in a GitHub Actions workflow file as follows:

- uses: project-piper/piper-github-action@main
  with:
    step-name: mavenBuild
    flags: '--publish --createBOM --logSuccessfulMavenTransfers'

Please refer to the GitHub Actions documentation for more information.

Parameters

The step-name parameter can be one of Piper's internal or open source steps. The respective Piper binary is selected automatically.

Other inputs are listed in the action.yml file.

Step Configuration

Piper step configuration is either done via Piper's configuration file in your project's repository or via step parameters passed to the step via the action's flags parameter.

See Piper's docs section about configuration for more information.

Secrets

Piper can load secrets directly from Vault if Vault approle roleID and secretID are provided via environment variables.

env:
  PIPER_vaultAppRoleID: ${{ secrets.PIPER_VAULTAPPROLEID }}
  PIPER_vaultAppRoleSecretID: ${{ secrets.PIPER_VAULTAPPROLESECRETID }}

See also Piper's Vault documentation.