This repository contains an action for use with GitHub Actions, which installs the approov
CLI.
approov
is installed into /home/runner/.approov
(or equivalent on Windows) and the bin
subdirectory is added to the PATH.
Install the latest version of the Approov CLI:
- name: Install Approov CLI
uses: bmc08gt/[email protected]
- name: Run Approov Command
run: approov whoami
env:
APPROOV_MANAGEMENT_TOKEN: "${{ secrets.APPROOV_TOKEN }}"