Skip to content

Commit 810497b

Browse files
committed
Use explicit workflow perms
1 parent e763947 commit 810497b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
group: pr-${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
permissions: {}
17+
1618
jobs:
1719
build:
1820
strategy:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
env:
1212
npmVersion: 8
1313

14+
permissions: {}
15+
1416
jobs:
1517
build:
1618
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)