Skip to content

Commit 3746771

Browse files
committed
Fix packages permission
1 parent 0dd3f16 commit 3746771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: read
16+
packages: ${{ github.event_name == 'pull_request' && 'read' || 'write' }}
1617
steps:
1718
- uses: actions/checkout@v4
1819

0 commit comments

Comments
 (0)