Skip to content

Commit 7e198f0

Browse files
committed
Fix write permissions
1 parent bc5adbd commit 7e198f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)