File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 11# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22# More GitHub Actions for Azure: https://github.com/Azure/actions
33
4- name : Build and deploy dotnet core project to Azure Function App - githubwebhook-dev
4+ name : Build and deploy dotnet core project to Azure Function App - dutchjavadev-webhook
55
66on :
77 push :
1616jobs :
1717 build-and-deploy :
1818 runs-on : ubuntu-latest
19- permissions :
20- id-token : write # This is required for requesting the JWT
21-
2219 steps :
2320 - name : ' Checkout GitHub Action'
2421 uses : actions/checkout@v4
@@ -34,19 +31,12 @@ jobs:
3431 pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
3532 dotnet build --configuration Release --output ./output
3633 popd
37-
38- - name : Login to Azure
39- uses : azure/login@v2
40- with :
41- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_045316EB353348F9818865B769A4B4FD }}
42- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_27047C0B57DD42D999D6190F4CE5A9B1 }}
43- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_7CC4A403DEA04273AA56C65EB01F61E1 }}
4434
4535 - name : ' Run Azure Functions Action'
4636 uses : Azure/functions-action@v1
4737 id : fa
4838 with :
49- app-name : ' githubwebhook-dev '
39+ app-name : ' dutchjavadev-webhook '
5040 slot-name : ' Production'
5141 package : ' ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
52-
42+ publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_F3B45AD5E9B349AC8F68ADC53E7BC674 }}
You can’t perform that action at this time.
0 commit comments