diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5f0ba21e..a2281ae7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -66,7 +66,7 @@ jobs: # kubectl cluster-info # make install # mkdir -p .local - # echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" | base64 --decode > .local/test-config.yaml + # echo "${{ secrets.IMC_GITHUB_PIPELINE_CONFIG_ENCODED }}" | base64 --decode > .local/test-config.yaml # - name: Test # run: make test diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7a74daf9..5f2a7719 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -74,7 +74,7 @@ jobs: kubectl cluster-info make install mkdir -p .local - echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" | base64 --decode > .local/test-config.yaml + echo "${{ secrets.IMC_GITHUB_PIPELINE_CONFIG_ENCODED }}" | base64 --decode > .local/test-config.yaml - name: Test run: make test