From 89284c06ac31033778a1394ee6ee061be120e56b Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 18 Mar 2025 20:21:02 -0700 Subject: [PATCH] More testing --- .gitea/workflows/jwt-testing.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/jwt-testing.yaml b/.gitea/workflows/jwt-testing.yaml index 814dd17..a7ee7da 100644 --- a/.gitea/workflows/jwt-testing.yaml +++ b/.gitea/workflows/jwt-testing.yaml @@ -9,6 +9,11 @@ jobs: jwt-testingh: runs-on: ubuntu-latest steps: + - run: | + pwd + ls / + ls /var/run + ls /var/run/secrets/kubernets.io/serviceaccount # https://github.com/marketplace/actions/generate-oidc-jwt - name: Import Secrets id: import-secrets