From 62d8bce869e0e2efc32c7edab5a13fb4e71cc2d4 Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Fri, 6 Dec 2024 13:31:42 +0000 Subject: [PATCH] remove generic content PAT, repo is public --- .github/workflows/prod-build.yml | 1 - .github/workflows/stage-build.yml | 1 - .github/workflows/test-build.yml | 1 - 3 files changed, 3 deletions(-) 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 }}