Skip to content

Commit 545c43f

Browse files
committed
Add missing permissions for main workflow
1 parent 1fe743a commit 545c43f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
env:
1515
CI: false
1616

17+
permissions:
18+
id-token: write
19+
contents: read
20+
1721
jobs:
1822
lint:
1923
name: Lint

0 commit comments

Comments
 (0)