Skip to content

Commit

Permalink
Added missing id param from deployXMC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robearlam committed Jun 25, 2024
1 parent 78c176a commit ee59a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_xmCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Authenticate CLI with XM Cloud
run: dotnet sitecore cloud login --client-credentials --client-id ${{ secrets.XM_CLOUD_CLIENT_ID }} --client-secret ${{ secrets.XM_CLOUD_CLIENT_SECRET }} --allow-write
- name: Deploy the CM assets to XM Cloud
id: run-deployment
run: |
result=$(dotnet sitecore cloud deployment create --environment-id ${{ secrets.XM_CLOUD_ENVIRONMENT_ID }} --upload --json)
echo $result
Expand Down

0 comments on commit ee59a12

Please sign in to comment.