Skip to content

Commit 992ddb9

Browse files
committed
Add permissions directive to workflows
1 parent 6a1cbdc commit 992ddb9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/js-sdk-nightly-angular.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ on:
2828
- 'yarn.lock'
2929
workflow_dispatch:
3030

31+
permissions: read-all
32+
3133
jobs:
3234
anuglar-tests:
3335
name: Angular tests

.github/workflows/js-sdk-nightly-next-js.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ on:
2828
- 'yarn.lock'
2929
workflow_dispatch:
3030

31+
permissions: read-all
32+
3133
jobs:
3234
nextjs-tests:
3335
name: Next.js Tests

0 commit comments

Comments
 (0)