Skip to content

Commit 6ace234

Browse files
authored
ci: use custom token for automatic deno reviews
1 parent a9ba1e1 commit 6ace234

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/check-deno.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
check_deno:
1111
name: Ensure Deno types are in sync with the code
1212
runs-on: ubuntu-latest
13-
permissions:
14-
contents: write
15-
pull-requests: write
1613

1714
steps:
1815
- name: Checkout Project
@@ -29,4 +26,4 @@ jobs:
2926
- name: Run Check Script
3027
run: node ./scripts/actions/report-deno-not-ran.mjs
3128
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.DENO_GH_PAT }}

0 commit comments

Comments
 (0)