Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed May 30, 2024
1 parent ac9f140 commit e5fc746
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ jobs:
NEBARI_SECRET__default_images__jupyterhub: "quay.io/nebari/nebari-jupyterhub:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__jupyterlab: "quay.io/nebari/nebari-jupyterlab:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__dask_worker: "quay.io/nebari/nebari-dask-worker:${{ env.NEBARI_IMAGE_TAG }}"
# # not sure if these below are needed
# ARM_CLIENT_ID: ${{ env.ARM_CLIENT_ID }}
# ARM_TENANT_ID: ${{ env.ARM_TENANT_ID }}
# ARM_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}
# not sure if these below are needed
ARM_CLIENT_ID: ${{ env.ARM_CLIENT_ID }}
ARM_TENANT_ID: ${{ env.ARM_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}
CLOUDFLARE_TOKEN: ${{ env.CLOUDFLARE_TOKEN }}
AZURE_CLIENT_ID: ${{ env.ARM_CLIENT_ID }}
AZURE_TENANT_ID: ${{ env.ARM_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}

# continue-on-error: true # DELETE THIS LINE - For debugging purposes only

Expand Down

0 comments on commit e5fc746

Please sign in to comment.