Skip to content

Commit 64bc1fb

Browse files
committed
Merge branch 'main' of https://github.com/clarencepenz/github-docs into patch-4
2 parents b6af4f0 + 5630122 commit 64bc1fb

File tree

738 files changed

+60473
-10853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

738 files changed

+60473
-10853
lines changed

.github/branch_protection_settings/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/branch_protection_settings/main.json

Lines changed: 0 additions & 250 deletions
This file was deleted.

.github/workflows/alert-changed-branch-protections.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/check-broken-links-github-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
# need to use a token from a user with access to github/github for this step
21-
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
21+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
2222
REPORT_AUTHOR: docs-bot
2323
REPORT_LABEL: github github broken link report
2424
REPORT_REPOSITORY: github/docs-content
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: ./.github/actions/get-docs-early-access
3535
with:
36-
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
36+
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3737

3838
- name: Build server
3939
run: npm run build

.github/workflows/check-for-spammy-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
2121
with:
22-
github-token: ${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}
22+
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2323
script: |
2424
2525
const issue = context.payload.issue

.github/workflows/close-bad-repo-sync-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Close pull request if unwanted
2525
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
2626
with:
27-
github-token: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
27+
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2828
script: |
2929
const { owner, repo } = context.repo
3030
const prCreator = context.actor

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
TEAM_CONTENT_REPO: ${{ secrets.TEAM_CONTENT_REPO }}
3030
with:
31-
github-token: ${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}
31+
github-token: ${{ secrets.DOCS_BOT_PAT_BASE }}
3232
script: |
3333
// Only perform this action with GitHub employees
3434
try {

0 commit comments

Comments
 (0)