Skip to content

Commit 66bd6be

Browse files
committed
Use machine user PAT for dist generation
1 parent d648519 commit 66bd6be

File tree

2 files changed

+1
-66838
lines changed

2 files changed

+1
-66838
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@ jobs:
4646
build:
4747
name: Commit build
4848
runs-on: ubuntu-latest
49-
permissions:
50-
contents: write
5149
steps:
5250
- name: Checkout repo
5351
uses: actions/checkout@v6
5452
with:
5553
ref: ${{ github.head_ref }}
56-
token: ${{ secrets.GITHUB_TOKEN }}
54+
token: ${{ secrets.MACHINE_USER_PAT }}
5755
- name: Setup node
5856
uses: actions/setup-node@v6
5957
with:

0 commit comments

Comments
 (0)