Azure / Azure/static-web-apps

Deploy Github action is failing

Open
#937 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
346
Forks
67
PR merge metrics
No merged PRs in 30d

Description

A Github action to deploy to the static web app that worked before has stopped working:

**To Reproduce**
This is our yaml for deploying:

` deploy_to_test:
needs: build
if: github.event_name == 'push' || (github.event_name != 'pull_request' && github.event.action == 'closed')
runs-on: ubuntu-latest
name: Deploy to Test
environment:
name: Test
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/CG.ManifestUI" # App source code path
skip_api_build: true
output_location: "dist/cg.manifest-ui.ng" # Built app content directory - optional
###### End of Repository/Build Configurations ######`

**Expected behavior**
Expect deployment to complete successfully

**Screenshots**
![image](https://user-images.githubusercontent.com/109183561/193335184-9726377a-ef2d-42fe-847a-dd50a267ed8c.png)

**Device info (if applicable):**
N/A

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.