diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 105da512790c..99d983398106 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -94,7 +94,6 @@ jobs: with: repository: mdn/generic-content path: mdn/generic-content - token: ${{ secrets.GENERIC_CONTENT_PAT }} - uses: actions/checkout@v4 if: ${{ ! vars.SKIP_BUILD }} diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index d9f1368f7800..ce8d912a774e 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -129,7 +129,6 @@ jobs: with: repository: mdn/generic-content path: mdn/generic-content - token: ${{ secrets.GENERIC_CONTENT_PAT }} - uses: actions/checkout@v4 if: ${{ ! vars.SKIP_BUILD }} diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index d60fc0500b3a..68aed969c984 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -63,7 +63,6 @@ jobs: with: repository: mdn/generic-content path: mdn/generic-content - token: ${{ secrets.GENERIC_CONTENT_PAT }} - uses: actions/checkout@v4 if: ${{ ! vars.SKIP_BUILD }}