Skip to content

Commit 5979c25

Browse files
authored
Update azure-static-web-apps-red-water-0103e7a0f.yml
1 parent 0dc5b6a commit 5979c25

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/azure-static-web-apps-red-water-0103e7a0f.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Azure Static Web Apps CI/CD
33
on:
44
push:
55
branches:
6-
- main
6+
- quiz-app-fix
7+
pull_request:
8+
types: [opened, synchronize, reopened, closed]
9+
branches:
10+
- quiz-app-fix
711

812
jobs:
913
build_and_deploy_job:
@@ -18,7 +22,7 @@ jobs:
1822
id: builddeploy
1923
uses: Azure/static-web-apps-deploy@v1
2024
with:
21-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_WATER_0103E7A0F }}
25+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_BAY_0A991EC0F }}
2226
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
2327
action: "upload"
2428
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
@@ -37,5 +41,5 @@ jobs:
3741
id: closepullrequest
3842
uses: Azure/static-web-apps-deploy@v1
3943
with:
40-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_WATER_0103E7A0F }}
44+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_BAY_0A991EC0F }}
4145
action: "close"

0 commit comments

Comments
 (0)