From 3a0521bc8f8cb091f9004b51eb942bcdb21cce1e Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 18 Mar 2025 21:12:23 -0700 Subject: [PATCH] Actually use the token --- .gitea/workflows/jwt-testing.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitea/workflows/jwt-testing.yaml b/.gitea/workflows/jwt-testing.yaml index f42a2c2..814dd17 100644 --- a/.gitea/workflows/jwt-testing.yaml +++ b/.gitea/workflows/jwt-testing.yaml @@ -9,19 +9,6 @@ jobs: jwt-testingh: runs-on: ubuntu-latest steps: - - run: | - sleep 3600 - - run: | - echo "pwd" - pwd - echo - - echo "ls /var/run" - ls /var/run - echo - - echo "ls /var/run/..." - ls /var/run/secrets_kubernetes.io_serviceaccount # https://github.com/marketplace/actions/generate-oidc-jwt - name: Import Secrets id: import-secrets