Skip to content

Commit

Permalink
Add sops install
Browse files Browse the repository at this point in the history
  • Loading branch information
SharaevN committed Jul 10, 2022
1 parent 23667cb commit 8279c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Sops Binary Installer"
uses: mdgreenwald/mozilla-sops-action@v1.2.0
- name: "Install NPM requirements"
run: npm install
- name: "Lint"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[![NPM](https://nodei.co/npm/sops-wrapper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/sops-wrapper/)

This module works as a wrapper for the Sops tool to Yaml and Json files.
**Important:** you must have Sops utile before start this module.

**Important:** you must have Sops utile before starting this module.

#### Example

Expand Down

0 comments on commit 8279c79

Please sign in to comment.