From 17a296be80845c2c058b8f428f3a0803f0e52451 Mon Sep 17 00:00:00 2001 From: corvinFn Date: Thu, 19 Oct 2023 17:21:36 +0800 Subject: [PATCH] repository secret --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1c1bb..95ef3af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: - master schedule: - - cron: '0 20 * * 0' + - cron: '0 20 * * Sat' push: @@ -34,5 +34,6 @@ jobs: - name: Use variables run: | echo "repository variable : $REPOSITORY_VAR" + echo "secret variable : " ${{ secret.SECRET_TEST_NAME }} env: REPOSITORY_VAR: ${{ vars.REPOSITORY_VAR }}