diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e799f68..9daaa9a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: test +name: Test access to secrets on: workflow_dispatch: @@ -18,6 +18,6 @@ jobs: - uses: actions/github-script@v6 with: script: | - if [ "$PRIVATE_KEY" == "" ]; then + if ("$PRIVATE_KEY" = "") { core.setFailed('Failed to access PRIVATE_KEY secret') - fi + }