forked from AlabamaWaterInstitute/tethysportal-ciroh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
romer8
committed
Apr 4, 2024
1 parent
b66dbd3
commit 9b831b3
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,10 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest' | ||
id: install-helm | ||
|
||
- name: Install Mozilla Sops | ||
uses: mdgreenwald/[email protected] | ||
id: install-sops | ||
|
||
- name: Install helm secrets | ||
run: | | ||
helm plugin install https://github.com/jkroepke/helm-secrets | ||
|