Skip to content

Commit 5a00647

Browse files
fix: add packages:read permission to ci.yml for private package access
1 parent cfdfab6 commit 5a00647

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
@@ -13,6 +13,7 @@ concurrency:
1313
permissions:
1414
contents: read
1515
pull-requests: read
16+
packages: read
1617

1718
jobs:
1819
qlty:

0 commit comments

Comments
 (0)