From df32d3dac1b600ecc8bccc119803263685684672 Mon Sep 17 00:00:00 2001 From: melissag-ensemble Date: Thu, 2 Apr 2026 12:51:05 -0700 Subject: [PATCH] Revert "Merge pull request #46 from AdobeDocs/auto-generate-files-on-deploy" This reverts commit cb830029a1001989d66c7a8437d0518497b051f0, reversing changes made to 1ab8cb483a16b1897a43a525ec151dcf5acecd96. --- .github/workflows/build-auto-generated-files.yml | 13 +++++++++++++ .github/workflows/deploy.yml | 4 ---- .github/workflows/stage.yml | 4 ---- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/build-auto-generated-files.yml diff --git a/.github/workflows/build-auto-generated-files.yml b/.github/workflows/build-auto-generated-files.yml new file mode 100644 index 0000000..c926d91 --- /dev/null +++ b/.github/workflows/build-auto-generated-files.yml @@ -0,0 +1,13 @@ +--- +name: Build Auto-Generated Files +on: + pull_request: + workflow_dispatch: + +jobs: + build-contributors: + name: Build Auto-Generated Files + if: github.repository != 'AdobeDocs/dev-docs-template' + uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main + secrets: inherit + \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9dc1540..5891b43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,11 +26,7 @@ on: jobs: deployment: name: Deployment - if: github.actor != 'adp-devsite-app[bot]' uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main - secrets: - ADP_DEVSITE_APP_ID: ${{ secrets.ADP_DEVSITE_APP_ID }} - ADP_DEVSITE_APP_PRIVATE_KEY: ${{ secrets.ADP_DEVSITE_APP_PRIVATE_KEY }} with: env: ${{ inputs.env || 'prod' }} baseSha: ${{ inputs.baseSha || '' }} diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index ed901c6..c96a42d 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -15,11 +15,7 @@ on: jobs: deployment: name: Deployment - if: github.actor != 'adp-devsite-app[bot]' uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main - secrets: - ADP_DEVSITE_APP_ID: ${{ secrets.ADP_DEVSITE_APP_ID }} - ADP_DEVSITE_APP_PRIVATE_KEY: ${{ secrets.ADP_DEVSITE_APP_PRIVATE_KEY }} with: env: stage baseSha: ${{ inputs.baseSha }}