Skip to content

Commit 0bdfcd2

Browse files
committed
fix: add package permissions to test job in CI workflow
1 parent 49e122d commit 0bdfcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
permissions:
6363
actions: read
6464
contents: read
65+
packages: read
6566
uses: ./.github/workflows/test.yml
6667
secrets: inherit
6768

0 commit comments

Comments
 (0)