Skip to content

Commit 7c4cb91

Browse files
committed
Update CI permissions
1 parent 232359c commit 7c4cb91

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [push, pull_request]
55
env:
66
NODE_JS_VERSION: 'lts/*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
strategy:

.github/workflows/translations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '5 2 * * *'
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
update:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)