From 1ea9189ca2afa538e38374f8b1e2e731ec882d03 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 29 Feb 2024 17:56:12 -0800 Subject: [PATCH] Troubleshoot --- .github/workflows/pr-open.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b4db992..15f3ee5 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -44,6 +44,9 @@ jobs: name: Deploys # needs: [builds] uses: ./.github/workflows/.deployer.yml + secrets: + OC_NAMESPACE: ${{ secrets.OC_NAMESPACE }} + OC_TOKEN: ${{ secrets.OC_TOKEN }} with: params: | --set global.autoscaling=false