Skip to content

Commit a7079bf

Browse files
authored
Update dev_deploy.yml
1 parent f7e7936 commit a7079bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CIPP Development Frontend CI/CD
33
on:
44
push:
55
branches:
6-
- interface-rewrite
6+
- dev
77

88
jobs:
99
build_and_deploy_job:
@@ -18,7 +18,7 @@ jobs:
1818
id: builddeploy
1919
uses: Azure/static-web-apps-deploy@v1
2020
with:
21-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RW }} # change this to your repository secret name
21+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_MOSS_0A047A40F }} # change this to your repository secret name
2222
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
2323
action: 'upload'
2424
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
@@ -37,5 +37,5 @@ jobs:
3737
id: closepullrequest
3838
uses: Azure/static-web-apps-deploy@v1
3939
with:
40-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RW }} # change this to your repository secret name
40+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_MOSS_0A047A40F }} # change this to your repository secret name
4141
action: 'close'

0 commit comments

Comments
 (0)