Debug
All checks were successful
/ blog-pim (push) Successful in 2m21s

This commit is contained in:
Pim Kunis 2024-05-02 22:42:20 +02:00
parent b3a4c8d859
commit d1d63abb9d

View file

@ -13,7 +13,7 @@ jobs:
- run: nix run nixpkgs#kubectl -- config set-credentials my-service-account --token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
- 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 -- get pods
# - run: nix run nixpkgs#kubectl -- get pods
# - run: |
# mkdir -p ~/.config/sops/age
# echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt