Skip to content

Commit 278a192

Browse files
committed
Need more permissions for OSSF scorecard job
1 parent e74879f commit 278a192

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ permissions: {}
99
jobs:
1010
test:
1111
uses: bats-core/.github/.github/workflows/test.yml@main
12-
permissions: { contents: read }
12+
permissions:
13+
contents: read
14+
security-events: write
15+
id-token: write

0 commit comments

Comments
 (0)