From 13558970132c3b8e1d2081f06b04cfd4e2d23008 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 20 Sep 2023 13:59:11 +0200 Subject: [PATCH] fix(actions): bad secrets name --- .github/workflows/workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1bde108..647c693 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,6 +4,11 @@ on: branches: [ staging ] jobs: + test: # we need to make a console log to see if the job is running + runs-on: ubuntu-latest + steps: + - name: Console log + run: echo "The job is running" continuous-deployment: runs-on: ubuntu-latest steps: