diff --git a/.gitea/workflows/test_secret.yaml b/.gitea/workflows/test_secret.yaml index 67f1426..52d383f 100644 --- a/.gitea/workflows/test_secret.yaml +++ b/.gitea/workflows/test_secret.yaml @@ -4,6 +4,8 @@ on: [push] jobs: print-secret: runs-on: ubuntu-latest + container: + image: runner_setup-gitea_runner:latest steps: - name: Checkout code uses: actions/checkout@v4