https://github.com/jkroepke/setup-sops
Github Action for installing vals (https://github.com/getsops/sops)
https://github.com/jkroepke/setup-sops
actions github-actions sops
Last synced: 25 days ago
JSON representation
Github Action for installing vals (https://github.com/getsops/sops)
- Host: GitHub
- URL: https://github.com/jkroepke/setup-sops
- Owner: jkroepke
- License: mit
- Created: 2025-05-01T07:08:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-15T09:04:45.000Z (about 1 month ago)
- Last Synced: 2026-05-15T11:16:26.674Z (about 1 month ago)
- Topics: actions, github-actions, sops
- Language: TypeScript
- Homepage: https://github.com/jkroepke/setup-sops
- Size: 26.3 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/jkroepke/setup-sops/actions/workflows/ci.yml)
[](https://github.com/jkroepke/setup-sops/blob/master/LICENSE)
[](https://github.com/jkroepke/setup-sops/releases/latest)
[](https://github.com/jkroepke/setup-sops/stargazers)
[](https://github.com/semantic-release/semantic-release)
# Setup sops
⭐ Don't forget to star this repository! ⭐
## About
GitHub Action for installing [getsops/sops](https://github.com/getsops/sops)
Install a specific version of sops 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: Stackit Binary Installer
uses: jkroepke/setup-sops@v1
with:
version: '' # default is latest stable
id: install
```
The cached binary path is prepended to the PATH environment variable as well as
stored in the path output variable. Refer to the action metadata file for
details about all the inputs
[here](https://github.com/jkroepke/setup-sops/blob/main/action.yml).