This commit is contained in:
parent
7d8d582553
commit
999baa0ccb
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
# - run: nix run nixpkgs#kubectl -- config set-context my-context --cluster=my-cluster --user=my-service-account
|
# - run: nix run nixpkgs#kubectl -- config set-context my-context --cluster=my-cluster --user=my-service-account
|
||||||
# - run: nix run nixpkgs#kubectl -- config use-context my-context
|
# - run: nix run nixpkgs#kubectl -- config use-context my-context
|
||||||
# - run: nix run nixpkgs#kubectl -- get pods
|
# - run: nix run nixpkgs#kubectl -- get pods
|
||||||
# - run: |
|
- run: |
|
||||||
# mkdir -p ~/.config/sops/age
|
mkdir -p ~/.config/sops/age
|
||||||
# echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt
|
echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt
|
||||||
# - run: nix run nixpkgs#sops -- --decrypt src/secrets/sops.yaml | grep "paperless-ngx:"
|
- run: nix run nixpkgs#sops -- --decrypt src/secrets/sops.yaml | grep "paperless-ngx:"
|
||||||
|
|
Loading…
Reference in a new issue