File tree Expand file tree Collapse file tree 3 files changed +31
-46
lines changed Expand file tree Collapse file tree 3 files changed +31
-46
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,15 @@ jobs:
137137 capacity=${{ env.GPT_MIN_CAPACITY }} \
138138 imageVersion="${IMAGE_TAG}" \
139139 createdBy="Pipeline"
140+ - name : Assign Contributor role to Service Principal
141+ if : always()
142+ run : |
143+ echo "Assigning Contributor role to SPN for RG: ${{ env.RESOURCE_GROUP_NAME }}"
144+ az role assignment create \
145+ --assignee ${{ secrets.AZURE_CLIENT_ID }} \
146+ --role "Contributor" \
147+ --scope /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }}/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}
148+
140149
141150 - name : Get Deployment Output and extract Values
142151 id : get_output
@@ -403,4 +412,4 @@ jobs:
403412 if : always()
404413 run : |
405414 az logout
406- echo "Logged out from Azure."
415+ echo "Logged out from Azure."
Original file line number Diff line number Diff line change 1919 "@tailwindcss/vite" : " ^4.0.0" ,
2020 "@types/react-router-dom" : " ^5.3.3" ,
2121 "autoprefixer" : " ^10.4.20" ,
22- "axios" : " ^1.7.9 " ,
22+ "axios" : " ^1.12.2 " ,
2323 "class-variance-authority" : " ^0.7.1" ,
2424 "clsx" : " ^2.1.1" ,
2525 "lucide-react" : " ^0.471.1" ,
2929 "react-dropzone" : " ^14.3.5" ,
3030 "react-icons" : " ^5.5.0" ,
3131 "react-redux" : " ^9.1.2" ,
32- "react-router-dom" : " ^7.1.3 " ,
32+ "react-router-dom" : " ^7.5.2 " ,
3333 "react-syntax-highlighter" : " ^15.6.1" ,
3434 "sql-formatter" : " ^15.4.11" ,
3535 "tailwind-merge" : " ^2.6.0" ,
You can’t perform that action at this time.
0 commit comments