From f67fb7a1356b3f06a36a5dfc8e26b5e68412b168 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Thu, 16 Jul 2026 22:54:32 +0700 Subject: [PATCH] update test_secret.yaml --- .gitea/workflows/test_secret.yaml | 2 ++ 1 file changed, 2 insertions(+) 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