From 48229ddbc7c43109ce75f97a40a76597c7a98a72 Mon Sep 17 00:00:00 2001 From: Yann Kervran Date: Fri, 19 Apr 2024 09:47:38 +0200 Subject: [PATCH] test --- .forgejo/workflows/demo.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 3fd5fe8..89d8bba 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -26,4 +26,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: Mkdocs_files - path: /workspace/YannK/Actions_tests/Actions_tests/site \ No newline at end of file + path: /workspace/YannK/Actions_tests/Actions_tests/site + secret_test: + runs-on: bookworm + step: + - name: Test de secret + run: | + echo {{ secrets.CD_SECRET_NUMBER_1 }} \ No newline at end of file