Skip to content

Commit 2989382

Browse files
KianNHsdnts
authored andcommitted
[Docs Site] Pass GITHUB_TOKEN to all build jobs (cloudflare#22592)
1 parent f263f2d commit 2989382

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/anchor-link-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- run: npm run build
4040
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
NODE_OPTIONS: "--max-old-space-size=4192"
4243

4344
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
## TODO: content formatting checks
4848
- run: npm run build
4949
env:
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
NODE_OPTIONS: "--max-old-space-size=4192"
5152
RUN_LINK_CHECK: true
5253

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- run: npm run build
3333
name: Build
3434
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
NODE_OPTIONS: --max-old-space-size=4096
3637
- name: Deploy to Cloudflare Workers
3738
env:

0 commit comments

Comments
 (0)