Skip to content

Commit 2caab7a

Browse files
Assign write permission to JavaScript job (#2799)
This changelist assigns write permission to the JavaScript job in our GitHub CI, as this job needs write access to the gh-pages branch of the project.
1 parent 5f68d1d commit 2caab7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ jobs:
376376
javascript:
377377
name: JavaScript
378378
runs-on: ubuntu-latest
379+
permissions:
380+
contents: write
379381

380382
steps:
381383
- name: Sync Repository

0 commit comments

Comments
 (0)