test
All checks were successful
Gitea Actions Demo / build (push) Successful in 27s

This commit is contained in:
Pierre-Arthur Mathieu 2025-03-10 01:18:19 +01:00
parent 47b3c857c8
commit e0757bfb16

View File

@ -21,10 +21,10 @@ jobs:
run: echo ${{ secrets.BASIC_AUTH }} > auth
- name: test
run: cat auth
run: kubectl create secret -n default generic basic-auth --from-file=auth
- name: test
run: kubectl get pods
run: rm auth
# - uses: azure/k8s-create-secret@v2
# with: