Skip to content

Commit fc7dc2f

Browse files
authored
Update main_mariokartworld.yml
1 parent e5c5be6 commit fc7dc2f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main_mariokartworld.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Login to Azure
5252
uses: azure/login@v2
5353
with:
54-
client-id: ${{ secrets.__clientidsecretname__ }}
55-
tenant-id: ${{ secrets.__tenantidsecretname__ }}
56-
subscription-id: ${{ secrets.__subscriptionidsecretname__ }}
54+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_6F700CFF1BA642DAA17C1F7871133891 }}
55+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_2D33809AE66B47CE86707ED233E4244F }}
56+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_34E734090A2D4F02874933706EED34BB }}
5757

5858
- name: Deploy to Azure Web App
5959
id: deploy-to-webapp
@@ -62,4 +62,3 @@ jobs:
6262
app-name: 'MarioKartWorld'
6363
slot-name: 'Production'
6464
package: .
65-

0 commit comments

Comments
 (0)