Skip to content

Commit

Permalink
changing from secret to var
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestvold committed Oct 15, 2024
1 parent 5b13336 commit c5abd73
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,8 +25,8 @@ 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_CLIENT_SECRET: ${{ secrets.IDP_CLIENT_SECRET }}
IDP_TENANT_ID: ${ secrets.IDP_TENANT_ID }
DATA_PIPELINE_OEE_CLIENT_SECRET: ${{ secrets.DATA_PIPELINE_OEE_CLIENT_SECRET }}
ICAPI_EXTRACTORS_CLIENT_SECRET: ${{ secrets.ICAPI_EXTRACTORS_CLIENT_SECRET }}
name: Deploy
Expand Down

0 comments on commit c5abd73

Please sign in to comment.