Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Sep 2, 2024
1 parent 7e05066 commit 51edb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ jobs:
-d "client_id=${{ secrets.AUTO_AZURE_CLIENT_ID }}" \
-d "client_secret=${{ secrets.AUTO_AZURE_CLIENT_SECRET }}" \
-d "scope=https://graph.microsoft.com/.default")
echo "Response: $response"
echo "ACCESS_TOKEN=$(echo $response | jq -r .access_token)" >> $GITHUB_ENV
- name: Debug Access Token
run: echo "ACCESS_TOKEN=${{ env.ACCESS_TOKEN }}

- name: Send Notification on Failure
if: failure()
run: |
Expand Down

0 comments on commit 51edb93

Please sign in to comment.