File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : Build Auto-Generated Files
33on :
4- pull_request :
54 workflow_dispatch :
65
76jobs :
87 build-contributors :
98 name : Build Auto-Generated Files
109 if : github.repository != 'AdobeDocs/dev-docs-template'
11- uses : AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main
10+ uses : AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files-v2 .yml@main
1211 secrets : inherit
1312
Original file line number Diff line number Diff line change 2626jobs :
2727 deployment :
2828 name : Deployment
29- uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
30- secrets :
31- AIO_AZURE_DEV_PRIVATE_CONNECTION_STRING : ${{ secrets.AIO_AZURE_DEV_PRIVATE_CONNECTION_STRING }}
32- AIO_AZURE_PROD_PRIVATE_CONNECTION_STRING : ${{ secrets.AIO_AZURE_PROD_PRIVATE_CONNECTION_STRING }}
33- AIO_FASTLY_TOKEN : ${{ secrets.AIO_FASTLY_TOKEN }}
34- AIO_FASTLY_PROD_URL : ${{ secrets.AIO_FASTLY_PROD_URL }}
35- AIO_FASTLY_DEV_URL : ${{ secrets.AIO_FASTLY_DEV_URL }}
29+ if : github.actor != 'adp-devsite-app[bot]'
30+ uses : AdobeDocsPrivate/adp-devsite-workflow-private/.github/workflows/deploy-v2.yml@main
31+ secrets : inherit
3632 with :
3733 env : ${{ inputs.env || 'prod' }}
3834 baseSha : ${{ inputs.baseSha || '' }}
Original file line number Diff line number Diff line change 2626jobs :
2727 deployment :
2828 name : Deployment
29- uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
29+ if : github.actor != 'adp-devsite-app[bot]'
30+ uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy-v2.yml@main
31+ secrets : inherit
3032 with :
3133 env : ${{ inputs.env || 'prod' }}
3234 baseSha : ${{ inputs.baseSha || '' }}
Original file line number Diff line number Diff line change 1515jobs :
1616 deployment :
1717 name : Deployment
18- uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
19- secrets :
20- AIO_AZURE_DEV_PRIVATE_CONNECTION_STRING : ${{ secrets.AIO_AZURE_DEV_PRIVATE_CONNECTION_STRING }}
21- AIO_AZURE_PROD_PRIVATE_CONNECTION_STRING : ${{ secrets.AIO_AZURE_PROD_PRIVATE_CONNECTION_STRING }}
22- AIO_FASTLY_TOKEN : ${{ secrets.AIO_FASTLY_TOKEN }}
23- AIO_FASTLY_PROD_URL : ${{ secrets.AIO_FASTLY_PROD_URL }}
24- AIO_FASTLY_DEV_URL : ${{ secrets.AIO_FASTLY_DEV_URL }}
18+ uses : AdobeDocsPrivate/adp-devsite-workflow-private/.github/workflows/deploy-v2.yml@main
19+ secrets : inherit
2520 with :
2621 env : stage
2722 baseSha : ${{ inputs.baseSha }}
Original file line number Diff line number Diff line change 1515jobs :
1616 deployment :
1717 name : Deployment
18- uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
18+ uses : AdobeDocs/adp-devsite-workflow/.github/workflows/deploy-v2.yml@main
19+ secrets : inherit
1920 with :
2021 env : stage
2122 baseSha : ${{ inputs.baseSha }}
You can’t perform that action at this time.
0 commit comments