Skip to content

Commit 6669aeb

Browse files
committed
2 parents 2c62626 + 734adbc commit 6669aeb

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/master_githubwebhook-dev.yml renamed to .github/workflows/master_dutchjavadev-webhook.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
on:
77
push:
@@ -16,9 +16,6 @@ env:
1616
jobs:
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 }}

0 commit comments

Comments
 (0)