fix: use full GitHub URLs for non-mirrored actions (azure, astral-sh)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
b9e73a728d
commit
21d84a099c
2 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
python-version: "3.13"
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
|
||||
- name: Upload artifact for deployment jobs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -47,14 +47,14 @@ jobs:
|
|||
name: python-app
|
||||
|
||||
- name: Login to Azure (OIDC)
|
||||
uses: azure/login@v2
|
||||
uses: https://github.com/Azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_3720212D35D047C38CEE2F365F1D81C7 }}
|
||||
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_AC3FDD6C7376466AA44A309428618439 }}
|
||||
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_94A2088C685A46DFAE2BFBA50714B1DA }}
|
||||
|
||||
- name: Deploy to Azure Web App
|
||||
uses: azure/webapps-deploy@v3
|
||||
uses: https://github.com/Azure/webapps-deploy@v3
|
||||
with:
|
||||
app-name: "poweron-althaus-preprocess-prod"
|
||||
slot-name: "Production"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
python-version: "3.13"
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
|
||||
- name: Upload artifact for deployment jobs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
@ -47,14 +47,14 @@ jobs:
|
|||
name: python-app
|
||||
|
||||
- name: Login to Azure (OIDC)
|
||||
uses: azure/login@v2
|
||||
uses: https://github.com/Azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AA4B9998A69E4C5C8FDF357E3FEAADD5 }}
|
||||
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CC57AD1F29D44DDA960AE3EAC6D2C27A }}
|
||||
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_4CD1D97C506D403E8E284466DB4E7898 }}
|
||||
|
||||
- name: Deploy to Azure Web App
|
||||
uses: azure/webapps-deploy@v3
|
||||
uses: https://github.com/Azure/webapps-deploy@v3
|
||||
with:
|
||||
app-name: "poweron-preprocessing"
|
||||
slot-name: "Production"
|
||||
|
|
|
|||
Loading…
Reference in a new issue