Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyraman committed Jul 28, 2023
1 parent e0af6a4 commit 649ff33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
DATAVERSE_CLIENT_SECRET: ${{ secrets.DATAVERSE_CLIENT_SECRET }}
AZURE_CLIENT_SECRET: ${{ secrets.DATAVERSE_CLIENT_SECRET }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup pac auth
run: |
Write-Output $Env:AZURE_CLIENT_ID
pac auth create -env ${{ vars.DATAVERSE_URL }} -id $Env:AZURE_CLIENT_ID -cs $Env:DATAVERSE_CLIENT_SECRET -t $Env:AZURE_TENANT_ID
pac auth create -env ${{ vars.DATAVERSE_URL }} -id ${{ env.AZURE_CLIENT_ID }} -cs ${{ env.DATAVERSE_CLIENT_SECRET }} -t ${{ env.AZURE_TENANT_ID }}
- name: Create Service Principal
if: false
Expand Down

0 comments on commit 649ff33

Please sign in to comment.