Skip to content

Commit 1c28205

Browse files
committed
build: workflow permissions
1 parent cee9368 commit 1c28205

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
audit-links:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
1517
steps:
1618
- uses: actions/checkout@v6
1719
- name: Setup Node.js

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
Integration-checks:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1214
strategy:
1315
matrix:
1416
node-version: [20.x, 22.x, 24.x]

0 commit comments

Comments
 (0)