Skip to content

Commit

Permalink
add the env back again
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarw-se committed Nov 13, 2024
1 parent 0ba64e1 commit 76d1ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
PYTHON_VERSION: '3.12'
TOOLKIT_VERSION: '0.3.4'

jobs:
build-modules:
strategy:
Expand All @@ -24,7 +25,7 @@ jobs:
LOGIN_FLOW: client_credentials
CDF_CLUSTER: westeurope-1

CDF_PROJECT: cdf-bootcamp-01
CDF_PROJECT: cdf-bootcamp-01-${{ matrix.environment }}
IDP_TOKEN_URL: https://login.microsoftonline.com/16e3985b-ebe8-4e24-9da4-933e21a9fc81/oauth2/v2.0/token
IDP_TENANT_ID: 16e3985b-ebe8-4e24-9da4-933e21a9fc81

Expand Down

0 comments on commit 76d1ef9

Please sign in to comment.