Skip to content

Commit

Permalink
figured it out...:
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestvold committed Oct 15, 2024
1 parent c5abd73 commit 6b00ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
DATA_PIPELINE_OEE_CLIENT_ID: ${{ vars.DATA_PIPELINE_OEE_CLIENT_ID }}
ICAPI_EXTRACTORS_CLIENT_ID: ${{ vars.ICAPI_EXTRACTORS_CLIENT_ID }}
CDF_CLUSTER: ${{ vars.CDF_CLUSTER }}
IDP_TENANT_ID: ${ vars.IDP_TENANT_ID }
IDP_TENANT_ID: ${{ secrets.IDP_TENANT_ID }}
IDP_CLIENT_SECRET: ${{ secrets.IDP_CLIENT_SECRET }}
DATA_PIPELINE_OEE_CLIENT_SECRET: ${{ secrets.DATA_PIPELINE_OEE_CLIENT_SECRET }}
ICAPI_EXTRACTORS_CLIENT_SECRET: ${{ secrets.ICAPI_EXTRACTORS_CLIENT_SECRET }}
Expand Down

0 comments on commit 6b00ec3

Please sign in to comment.