Skip to content

Commit

Permalink
remove generic content PAT, repo is public
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Dec 6, 2024
1 parent 34ec25b commit 62d8bce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 62d8bce

Please sign in to comment.