We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d991988 commit 1bfc9f2Copy full SHA for 1bfc9f2
1 file changed
.github/workflows/pull-request-test-azure.yml
@@ -74,7 +74,7 @@ jobs:
74
RENKU_RELEASE: ci-renku-${{ github.event.number }}
75
RENKU_VALUES_FILE: "${{ github.workspace }}/values.yaml"
76
RENKU_VALUES: minimal-deployment/minimal-deployment-values.yaml
77
- RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
+ RENKUBOT_KUBECONFIG: $KUBECONFIG
78
TEST_ARTIFACTS_PATH: "tests-artifacts-${{ github.sha }}"
79
renku: "@${{ github.head_ref }}"
80
renku_core: "${{ needs.check-deploy.outputs.renku-core }}"
0 commit comments