Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkroepke/setup-vals
Github Action for installing vals (https://github.com/helmfile/vals)
https://github.com/jkroepke/setup-vals
actions github-actions
Last synced: 20 days ago
JSON representation
Github Action for installing vals (https://github.com/helmfile/vals)
- Host: GitHub
- URL: https://github.com/jkroepke/setup-vals
- Owner: jkroepke
- License: mit
- Created: 2021-09-30T20:46:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T15:52:08.000Z (about 2 months ago)
- Last Synced: 2024-10-12T23:37:28.108Z (about 1 month ago)
- Topics: actions, github-actions
- Language: JavaScript
- Homepage:
- Size: 977 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![build-test](https://github.com/jkroepke/setup-vals/workflows/build-test/badge.svg)
## Setup Vals ##
GitHub Action for installing [variantdev/vals](https://github.com/variantdev/vals)#### Repurposed from [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action) ####
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.```yaml
- name: Vals Binary Installer
uses: jkroepke/setup-vals@v1
with:
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](https://github.com/jkroepke/setup-vals/blob/master/action.yml).