diff --git a/.github/workflows/redirect.yml b/.github/workflows/redirect.yml index 6dd9bb438..d6e848870 100644 --- a/.github/workflows/redirect.yml +++ b/.github/workflows/redirect.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Deploy staging site - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.SWA_REDIRECT_TOKEN }} action: upload @@ -55,7 +55,7 @@ jobs: steps: - name: Close Pull Request id: closepullrequest - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.SWA_REDIRECT_TOKEN }} action: close diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 3829d0596..24ea34d80 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -155,7 +155,7 @@ jobs: path: site/ - name: Deploy staging site - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.ENV_STATICWEBAPP_TOKEN }} skip_deploy_on_missing_secrets: true @@ -180,7 +180,7 @@ jobs: steps: - name: Close Pull Request id: closepullrequest - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.ENV_STATICWEBAPP_TOKEN }} skip_deploy_on_missing_secrets: true