Skip to content

Commit

Permalink
Updated pac auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanb58 committed Jul 5, 2023
1 parent 4165ff2 commit e00fd8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/auto-export-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ jobs:
- name: Auth with Source Environment
run: |
pac auth create --kind CDS --url ${{ github.event.inputs.source_powerplatform_environment }} --username ${{ secrets.POWERPLATFORM_USERNAME }} --password ${{ secrets.POWERPLATFORM_PASSWORD }}
pac auth clear
pac auth create --url ${{ github.event.inputs.source_powerplatform_environment }} --username ${{ secrets.POWERPLATFORM_USERNAME }} --password ${{ secrets.POWERPLATFORM_PASSWORD }}
env:
POWERPLATFORM_URL: ${{ github.event.inputs.source_powerplatform_environment }}
POWERPLATFORM_USERNAME: ${{ secrets.POWERPLATFORM_USERNAME }}
POWERPLATFORM_PASSWORD: ${{ secrets.POWERPLATFORM_PASSWORD }}

- id: solution_versioning
name: Get current version number
Expand Down

0 comments on commit e00fd8c

Please sign in to comment.