Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 844 Bytes

File metadata and controls

23 lines (18 loc) · 844 Bytes

build-test

Setup stackit-cli

GitHub Action for installing stackitcloud/stackit-cli

Install a specific version of vals binary on the runner. Acceptable values are latest or any semantic version string like v2.16.7 Use this action in workflow to define which version of sops will be used.

- name: Stackit Binary Installer
  uses: jkroepke/setup-stackit-cli@v1
  with:
    version: '<version>' # default is latest stable
  id: install

The cached vals binary path is prepended to the PATH environment variable as well as stored in the vals-path output variable. Refer to the action metadata file for details about all the inputs here.