Skip to content

Commit

Permalink
chore: renamed secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 4, 2024
1 parent 82b3136 commit 51ebe87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 73 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_1B3B9E1260324B15977EC61544D3995B }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_568C4BA1AEE8441B9C91F4CC8CE609EC }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_39AA12C0133C42D4B235F8982C3A94E2 }}

- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/feat-azure_ubiquity-os.yml

This file was deleted.

0 comments on commit 51ebe87

Please sign in to comment.