From 0fb4a792e246a0263aca9795ab1b76d087a40579 Mon Sep 17 00:00:00 2001 From: Arkadiusz Nitka Date: Mon, 26 Aug 2024 09:54:32 +0200 Subject: [PATCH] Test of secret variable 9 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0903f5d..8283094 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,11 @@ jobs: check-secret: runs-on: ubuntu-latest env: - super_secret: ${{ secrets.SWO_ISSUER_ID }} + super_secret: ${{ secrets.SWO_KEY_ID }} steps: - if: ${{ env.super_secret != '' }} run: echo 'This step will only run if the secret has a value set.' - if: ${{ env.super_secret == '' }} run: echo 'This step will only run if the secret does not have a value set.' + - run: echo ${{ secrets.SWO_KEY_ID }}